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 8271d64 commit 4086769Copy full SHA for 4086769
scripts/all-tests.sh
@@ -21,12 +21,12 @@ cargo test -v -p ndarray -p ndarray-rand --release --features "$FEATURES" $QC_FE
21
# BLAS tests
22
cargo test -p ndarray --lib -v --features blas
23
cargo test -p blas-mock-tests -v
24
-if [ "$CHANNEL" == "1.64.0" ]; then
+if [ "$CHANNEL" = "1.64.0" ]; then
25
cargo test -p blas-tests -v --features blas-tests/blis-system
26
else
27
cargo test -p blas-tests -v --features blas-tests/openblas-system
28
fi
29
30
cargo test -p numeric-tests -v --features numeric-tests/test_blis
31
32
cargo test -p numeric-tests -v --features numeric-tests/test_blas
0 commit comments