We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f53bc29 commit 81bb0f6Copy full SHA for 81bb0f6
1 file changed
.github/workflows/test.yml
@@ -37,6 +37,7 @@ jobs:
37
38
- name: Run tests
39
run: bundle exec rake test
40
+ continue-on-error: ${{ matrix.ruby == 'truffleruby' }}
41
42
benchmark-default:
43
runs-on: ubuntu-latest
0 commit comments