Skip to content

Commit 95a2ef3

Browse files
committed
TruffleRuby head seems to fail at return in BEGIN{}
1 parent 4fe8e55 commit 95a2ef3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
run: bundle exec rake
4343
env:
4444
RUBYOPT: --enable-frozen_string_literal
45+
continue-on-error: ${{ matrix.ruby == 'truffleruby-head' }}
4546
- if: ${{ matrix.ruby == 'head' && startsWith(matrix.os, 'ubuntu') }}
4647
run: bundle exec rake rdoc
4748
- if: ${{ matrix.ruby == 'head' && startsWith(matrix.os, 'ubuntu') }}

0 commit comments

Comments
 (0)