1
0
Fork 0
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:
Nobuyoshi Nakada 2022-01-16 16:01:57 +09:00
parent ab1fc6efa4
commit 6328db3c7e
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -29,6 +29,8 @@ jobs:
configure: "--host=i686-$OSTYPE" configure: "--host=i686-$OSTYPE"
- test_task: "check" - test_task: "check"
configure: "--enable-shared --enable-load-relative" 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" - test_task: "test-all TESTS=--repeat-count=2"
fail-fast: false fail-fast: false
env: env: