Skip to content

Commit 6c07d63

Browse files
committed
Allow failure with JRuby head
1 parent 1b3cc29 commit 6c07d63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ jobs:
2121
run: gem install minitest
2222
- name: Run test
2323
run: ruby -Ilib exe/rake
24+
continue-on-error: ${{ matrix.ruby == 'jruby-head' }}

0 commit comments

Comments
 (0)