Skip to content

Commit

Permalink
Allow failure with JRuby head
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Mar 6, 2020
1 parent 1b3cc29 commit 6c07d63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ jobs:
run: gem install minitest
- name: Run test
run: ruby -Ilib exe/rake
continue-on-error: ${{ matrix.ruby == 'jruby-head' }}

0 comments on commit 6c07d63

Please sign in to comment.