Skip to content

Commit

Permalink
Reverting; the build command shouldn't need package specifications
Browse files Browse the repository at this point in the history
  • Loading branch information
akern40 committed Dec 20, 2024
1 parent db95d14 commit 2565afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/all-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CHANNEL=$2
QC_FEAT=--features=ndarray-rand/quickcheck

# build check with no features
cargo build -p ndarray -p ndarray-rand -v --no-default-features
cargo build -v --no-default-features

# ndarray with no features
cargo test -p ndarray -v --no-default-features
Expand Down

0 comments on commit 2565afe

Please sign in to comment.