Skip to content

Commit 248109d

Browse files
committed
ci: Run ndarray tests with feature blas
1 parent ebb2649 commit 248109d

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
@@ -19,6 +19,7 @@ cargo test -v --features "$FEATURES" $QC_FEAT
1919
cargo test -v -p ndarray -p ndarray-rand --release --features "$FEATURES" $QC_FEAT --lib --tests
2020

2121
# BLAS tests
22+
cargo test -p ndarray --lib -v --features blas
2223
cargo test -p blas-tests -v --features blas-tests/openblas-system
2324
cargo test -p numeric-tests -v --features numeric-tests/test_blas
2425

0 commit comments

Comments
 (0)