We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f81e342 commit 0583689Copy full SHA for 0583689
scripts/all-tests.sh
@@ -13,6 +13,7 @@ cargo test --verbose --no-default-features
13
cargo test --release --verbose --no-default-features
14
cargo build --verbose --features "$FEATURES"
15
cargo test --verbose --features "$FEATURES"
16
+cargo test --manifest-path=ndarray-rand/Cargo.toml --no-default-features --verbose
17
cargo test --manifest-path=ndarray-rand/Cargo.toml --features quickcheck --verbose
18
cargo test --manifest-path=serialization-tests/Cargo.toml --verbose
19
cargo test --manifest-path=blas-tests/Cargo.toml --verbose
0 commit comments