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 2dcf280 commit df2c6dcCopy full SHA for df2c6dc
scripts/all-tests.sh
@@ -24,7 +24,7 @@ cargo test -v -p ndarray -p ndarray-rand --release --features "$FEATURES" $QC_FE
24
cargo test -p ndarray --lib -v --features blas
25
cargo test -p blas-mock-tests -v
26
if [ "$CHANNEL" != "1.64.0" ]; then
27
- ./blas-integ-tests.sh "$FEATURES" $CHANNEL
+ ./scripts/blas-integ-tests.sh "$FEATURES" $CHANNEL
28
fi
29
30
# Examples
0 commit comments