Skip to content

Commit

Permalink
TruffleRuby head seems to fail at return in BEGIN{}
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Jul 18, 2023
1 parent 4fe8e55 commit 95a2ef3
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 @@ -42,6 +42,7 @@ jobs:
run: bundle exec rake
env:
RUBYOPT: --enable-frozen_string_literal
continue-on-error: ${{ matrix.ruby == 'truffleruby-head' }}
- 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 95a2ef3

Please sign in to comment.