Exclude successful gems from TEST_BUNDLED_GEMS_ALLOW_FAILURES
This commit is contained in:
parent
54c8265dab
commit
03d9dfa60c
Notes:
git
2024-11-28 05:57:06 +00:00
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -181,7 +181,7 @@ jobs:
|
||||
- run: nmake test-bundled-gems
|
||||
timeout-minutes: 30
|
||||
env:
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: 'minitest,net-imap,net-smtp,debug,prime,rbs,typeprof,repl_type_completor'
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: 'net-imap,net-smtp,debug,rbs,typeprof'
|
||||
if: ${{ matrix.test_task == 'test-bundled-gems' }}
|
||||
|
||||
- name: Set up Launchable
|
||||
|
Loading…
x
Reference in New Issue
Block a user