Skip to content

Commit 0583689

Browse files
Run both with and without features
1 parent f81e342 commit 0583689

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/all-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ cargo test --verbose --no-default-features
1313
cargo test --release --verbose --no-default-features
1414
cargo build --verbose --features "$FEATURES"
1515
cargo test --verbose --features "$FEATURES"
16+
cargo test --manifest-path=ndarray-rand/Cargo.toml --no-default-features --verbose
1617
cargo test --manifest-path=ndarray-rand/Cargo.toml --features quickcheck --verbose
1718
cargo test --manifest-path=serialization-tests/Cargo.toml --verbose
1819
cargo test --manifest-path=blas-tests/Cargo.toml --verbose

0 commit comments

Comments
 (0)