Skip to content

Commit

Permalink
ci: Run ndarray tests with feature blas
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Aug 7, 2024
1 parent ebb2649 commit 248109d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/all-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ cargo test -v --features "$FEATURES" $QC_FEAT
cargo test -v -p ndarray -p ndarray-rand --release --features "$FEATURES" $QC_FEAT --lib --tests

# BLAS tests
cargo test -p ndarray --lib -v --features blas
cargo test -p blas-tests -v --features blas-tests/openblas-system
cargo test -p numeric-tests -v --features numeric-tests/test_blas

Expand Down

0 comments on commit 248109d

Please sign in to comment.