mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
CI: skip the failing test only
This commit is contained in:
parent
b5f871888e
commit
3a9ff9457a
1 changed files with 2 additions and 2 deletions
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…
Reference in a new issue