Skip to content

Commit

Permalink
Merge pull request #247 from nobu/truffleruby-test
Browse files Browse the repository at this point in the history
Disable locale warning from TruffleRuby
  • Loading branch information
aycabta authored Jun 22, 2021
2 parents 002d638 + 936b3f3 commit b89e053
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: build

on: [push, pull_request]

env:
TRUFFLERUBYOPT: --experimental-options --warn-locale=false

jobs:
irb:
name: irb (${{ matrix.ruby }} / ${{ matrix.os }})
Expand Down

0 comments on commit b89e053

Please sign in to comment.