Skip to content

Commit b20302e

Browse files
committed
Enable no default features test
We can now run the tests with default features disabled.
1 parent 02a0cb2 commit b20302e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contrib/test.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ cargo test --all
2020

2121
if [ "$DO_FEATURE_MATRIX" = true ]; then
2222
cargo build --all --no-default-features
23-
#This doesn't work but probably should --andrew
24-
#cargo test --all --no-default-features
23+
cargo test --all --no-default-features
2524

2625
# All features
2726
cargo build --all --no-default-features --features="$FEATURES"

0 commit comments

Comments
 (0)