Skip to content

Commit

Permalink
Merge pull request #563 from larskanis/fix-tr2
Browse files Browse the repository at this point in the history
CI: Add a temprorary fix for truffleruby-24.0.0
  • Loading branch information
larskanis authored Mar 22, 2024
2 parents c59ca8f + 9df1395 commit af6552a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/source-gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ jobs:
- name: Run specs
env:
PG_DEBUG: 0
# Temprary fix only for Truffleruby-24.0.0:
TRUFFLERUBYOPT: --experimental-options --keep-handles-alive
run: ruby -rpg -S rspec spec/**/*_spec.rb -cfdoc

- name: Print logs if job failed
Expand Down

0 comments on commit af6552a

Please sign in to comment.