aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-07-05 11:35:14 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-07-05 11:35:14 +0900
commit3a9ff9457a5cee72ff5b8dff844f4453fc284bed (patch)
tree5897754883c458994032cb1c561fb98ea0abed3a /.github
parentb5f871888eea0c4436cfe40eb44a1502661bd148 (diff)
downloadruby-3a9ff9457a5cee72ff5b8dff844f4453fc284bed.tar.gz
CI: skip the failing test only
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/mingw.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml
index 002936e330..80b7a92f15 100644
--- a/.github/workflows/mingw.yml
+++ b/.github/workflows/mingw.yml
@@ -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: