CI: skip the failing test only
This commit is contained in:
parent
b5f871888e
commit
3a9ff9457a
4
.github/workflows/mingw.yml
vendored
4
.github/workflows/mingw.yml
vendored
@ -38,11 +38,11 @@ jobs:
|
||||
- msystem: "MINGW64"
|
||||
base_ruby: 2.6
|
||||
test_task: "check"
|
||||
test-all-opts: "--exclude=/objspace/"
|
||||
test-all-opts: "--name=!/TestObjSpace#test_reachable_objects_during_iteration/"
|
||||
- msystem: "UCRT64"
|
||||
base_ruby: head
|
||||
test_task: "check"
|
||||
test-all-opts: "--exclude=/objspace/"
|
||||
test-all-opts: "--name=!/TestObjSpace#test_reachable_objects_during_iteration/"
|
||||
fail-fast: false
|
||||
if: ${{ !contains(github.event.head_commit.message, '[DOC]') && !contains(github.event.pull_request.labels.*.name, 'Documentation') }}
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user