We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b3cc29 commit 6c07d63Copy full SHA for 6c07d63
.github/workflows/test.yml
@@ -21,3 +21,4 @@ jobs:
21
run: gem install minitest
22
- name: Run test
23
run: ruby -Ilib exe/rake
24
+ continue-on-error: ${{ matrix.ruby == 'jruby-head' }}
0 commit comments