diff --git a/.github/workflows/source-gem.yml b/.github/workflows/source-gem.yml index 5568b8749..a34b9e10a 100644 --- a/.github/workflows/source-gem.yml +++ b/.github/workflows/source-gem.yml @@ -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