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 db95d14 commit 2565afeCopy full SHA for 2565afe
scripts/all-tests.sh
@@ -9,7 +9,7 @@ CHANNEL=$2
9
QC_FEAT=--features=ndarray-rand/quickcheck
10
11
# build check with no features
12
-cargo build -p ndarray -p ndarray-rand -v --no-default-features
+cargo build -v --no-default-features
13
14
# ndarray with no features
15
cargo test -p ndarray -v --no-default-features
0 commit comments