Skip to content

Commit

Permalink
Stop on truffleruby-head failures
Browse files Browse the repository at this point in the history
Revert "TruffleRuby head seems to fail at `return` in `BEGIN{}`",
commit 95a2ef3.
  • Loading branch information
nobu committed Nov 29, 2023
1 parent dc56f6d commit 7696a57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +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') }}
run: bundle exec rake rubocop

0 comments on commit 7696a57

Please sign in to comment.