We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
make test
1 parent 22c8678 commit 133dca8Copy full SHA for 133dca8
Makefile
@@ -32,6 +32,11 @@ test:
32
RUST_BACKTRACE=1 cargo test
33
# Amazingly, `--all-targets` causes doc-tests not to run.
34
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
40
41
.PHONY: test-ignored
42
test-ignored:
0 commit comments