Skip to content

Commit 133dca8

Browse files
committed
Add make test steps that would have caught this
1 parent 22c8678 commit 133dca8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ test:
3232
RUST_BACKTRACE=1 cargo test
3333
# Amazingly, `--all-targets` causes doc-tests not to run.
3434
RUST_BACKTRACE=1 cargo test --doc
35+
# Check that geo_filters compiles with each feature in isolation and with no features
36+
cargo check -p geo_filters --no-default-features
37+
cargo check -p geo_filters --features test-support
38+
cargo check -p geo_filters --features serde
39+
cargo check -p geo_filters --features evaluation
3540

3641
.PHONY: test-ignored
3742
test-ignored:

0 commit comments

Comments
 (0)