Skip to content

Commit b132805

Browse files
committed
ci: Run numeric tests in release mode to speed them up
Somehow, these take 30m on powerpc, which is too slow (much slower than anything else.)
1 parent 909ec76 commit b132805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cross-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ cross build -v --features="$FEATURES" --target=$TARGET
1111
cross test -v --no-fail-fast --features="$FEATURES" --target=$TARGET
1212
cross test -v --no-fail-fast --target=$TARGET --manifest-path=ndarray-rand/Cargo.toml --features quickcheck
1313
cross test -v --no-fail-fast --target=$TARGET --manifest-path=xtest-serialization/Cargo.toml --verbose
14-
cross test -v --no-fail-fast --target=$TARGET --manifest-path=xtest-numeric/Cargo.toml
14+
cross test -v --no-fail-fast --target=$TARGET --manifest-path=xtest-numeric/Cargo.toml --release

0 commit comments

Comments
 (0)