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