Skip to content

Commit 2fc1a8d

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 2fc1a8d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
- run: ./scripts/all-tests.sh "$FEATURES" ${{ matrix.rust }}
4949

5050
cross_test:
51-
if: ${{ github.event_name == 'merge_group' }}
5251
runs-on: ubuntu-latest
5352
strategy:
5453
matrix:

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)