mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Allow fail on truffle for now (#2963)
https://github.com/oracle/truffleruby/issues/2700
This commit is contained in:
parent
2199dd7756
commit
88f9cba6fe
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
|
@ -126,7 +126,7 @@ jobs:
|
|||
- { os: ubuntu-20.04 , ruby: jruby }
|
||||
- { os: ubuntu-20.04 , ruby: jruby, no-ssl: ' no SSL' }
|
||||
- { os: ubuntu-20.04 , ruby: jruby-head, allow-failure: true }
|
||||
- { os: ubuntu-20.04 , ruby: truffleruby }
|
||||
- { os: ubuntu-20.04 , ruby: truffleruby, allow-failure: true } # Until https://github.com/oracle/truffleruby/issues/2700 is solved
|
||||
- { os: ubuntu-20.04 , ruby: truffleruby-head, allow-failure: true }
|
||||
- { os: macos-10.15 , ruby: jruby }
|
||||
- { os: macos-10.15 , ruby: truffleruby }
|
||||
|
|
Loading…
Reference in a new issue