Skip to content

Commit

Permalink
Run CI without C exts lock on TruffleRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed May 3, 2021
1 parent b01b244 commit 1aed093
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
test:
runs-on: ${{matrix.os}}-latest
continue-on-error: ${{matrix.experimental}}
env:
TRUFFLERUBYOPT: '--experimental-options --cexts-lock=false'

strategy:
matrix:
Expand Down

0 comments on commit 1aed093

Please sign in to comment.