Skip to content

Commit 13606af

Browse files
committed
Skip error on TruffleRuby
1 parent 485468f commit 13606af

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
@@ -43,6 +43,7 @@ jobs:
4343
run: bundle exec rake
4444
env:
4545
RUBYOPT: --enable-frozen_string_literal
46+
continue-on-error: ${{ startsWith(matrix.ruby, 'truffle') }}
4647
- if: ${{ matrix.ruby == 'head' && startsWith(matrix.os, 'ubuntu') }}
4748
run: bundle exec rake rdoc
4849
- if: ${{ matrix.ruby == 'head' && startsWith(matrix.os, 'ubuntu') }}

0 commit comments

Comments
 (0)