mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Separate the tests which fail when load-relative enabled
This commit is contained in:
parent
ab1fc6efa4
commit
6328db3c7e
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
|
@ -29,6 +29,8 @@ jobs:
|
|||
configure: "--host=i686-$OSTYPE"
|
||||
- test_task: "check"
|
||||
configure: "--enable-shared --enable-load-relative"
|
||||
skipped_tests: "TestGem#test_.*_from_binstubs.*"
|
||||
continue-on-skipped_tests: true
|
||||
- test_task: "test-all TESTS=--repeat-count=2"
|
||||
fail-fast: false
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue