Skip to content

Commit

Permalink
Enable no default features test
Browse files Browse the repository at this point in the history
We can now run the tests with default features disabled.
  • Loading branch information
tcharding committed Jan 25, 2022
1 parent 631b96f commit 33a6fb5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contrib/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ cargo test --all

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

# All features
cargo build --all --no-default-features --features="$FEATURES"
Expand Down

0 comments on commit 33a6fb5

Please sign in to comment.