Skip to content

Commit fbdf30e

Browse files
committed
Skip test-all for debug builds too
* It's very slow and not so worthwhile, the point to run test-all is to catch broken CRuby master, for which running test-all for the regular builds should be enough.
1 parent 93b9329 commit fbdf30e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
# Test
236236
- run: make test-spec MSPECOPT=-j
237237
- run: make test-all TESTS="-j4"
238-
if: "!contains(matrix.name, 'asan')"
238+
if: "!contains(matrix.name, 'asan') && matrix.name != 'debug'"
239239

240240
- run: echo "$HOME/.rubies/ruby-${{ matrix.name }}/bin" >> $GITHUB_PATH
241241
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)