Skip to content

Commit

Permalink
Skip error on TruffleRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Jan 11, 2024
1 parent 485468f commit 13606af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Expand Up @@ -43,6 +43,7 @@ jobs:
run: bundle exec rake
env:
RUBYOPT: --enable-frozen_string_literal
continue-on-error: ${{ startsWith(matrix.ruby, 'truffle') }}
- if: ${{ matrix.ruby == 'head' && startsWith(matrix.os, 'ubuntu') }}
run: bundle exec rake rdoc
- if: ${{ matrix.ruby == 'head' && startsWith(matrix.os, 'ubuntu') }}
Expand Down

0 comments on commit 13606af

Please sign in to comment.