Skip to content

Commit 2565afe

Browse files
committed
Reverting; the build command shouldn't need package specifications
1 parent db95d14 commit 2565afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/all-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ CHANNEL=$2
99
QC_FEAT=--features=ndarray-rand/quickcheck
1010

1111
# build check with no features
12-
cargo build -p ndarray -p ndarray-rand -v --no-default-features
12+
cargo build -v --no-default-features
1313

1414
# ndarray with no features
1515
cargo test -p ndarray -v --no-default-features

0 commit comments

Comments
 (0)