Skip to content

Commit f1191ca

Browse files
committed
Remove continue-on-error for "rake test" on truffleruby
* Otherwise new failures do not get noticed. * Instead, just exclude the problematic tests.
1 parent 5d0ec99 commit f1191ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636

3737
- name: Run tests
3838
run: rake test
39-
continue-on-error: ${{ matrix.ruby == 'truffleruby' }}
4039

4140
benchmark-default:
4241
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)