We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a0cb2 commit b20302eCopy full SHA for b20302e
contrib/test.sh
@@ -20,8 +20,7 @@ cargo test --all
20
21
if [ "$DO_FEATURE_MATRIX" = true ]; then
22
cargo build --all --no-default-features
23
- #This doesn't work but probably should --andrew
24
- #cargo test --all --no-default-features
+ cargo test --all --no-default-features
25
26
# All features
27
cargo build --all --no-default-features --features="$FEATURES"
0 commit comments