We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485468f commit 13606afCopy full SHA for 13606af
.github/workflows/test.yml
@@ -43,6 +43,7 @@ jobs:
43
run: bundle exec rake
44
env:
45
RUBYOPT: --enable-frozen_string_literal
46
+ continue-on-error: ${{ startsWith(matrix.ruby, 'truffle') }}
47
- if: ${{ matrix.ruby == 'head' && startsWith(matrix.os, 'ubuntu') }}
48
run: bundle exec rake rdoc
49
0 commit comments