Skip to content

Commit df2c6dc

Browse files
committed
Path relative to repo root
1 parent 2dcf280 commit df2c6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/all-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cargo test -v -p ndarray -p ndarray-rand --release --features "$FEATURES" $QC_FE
2424
cargo test -p ndarray --lib -v --features blas
2525
cargo test -p blas-mock-tests -v
2626
if [ "$CHANNEL" != "1.64.0" ]; then
27-
./blas-integ-tests.sh "$FEATURES" $CHANNEL
27+
./scripts/blas-integ-tests.sh "$FEATURES" $CHANNEL
2828
fi
2929

3030
# Examples

0 commit comments

Comments
 (0)