File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 48
48
- run : ./scripts/all-tests.sh "$FEATURES" ${{ matrix.rust }}
49
49
50
50
cross_test :
51
- if : ${{ github.event_name == 'merge_group' }}
52
51
runs-on : ubuntu-latest
53
52
strategy :
54
53
matrix :
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ cross build -v --features="$FEATURES" --target=$TARGET
11
11
cross test -v --no-fail-fast --features=" $FEATURES " --target=$TARGET
12
12
cross test -v --no-fail-fast --target=$TARGET --manifest-path=ndarray-rand/Cargo.toml --features quickcheck
13
13
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
You can’t perform that action at this time.
0 commit comments