1
0
Fork 0
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:
Nobuyoshi Nakada 2022-07-05 11:35:14 +09:00
parent b5f871888e
commit 3a9ff9457a
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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: