From 3a9ff9457a5cee72ff5b8dff844f4453fc284bed Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 5 Jul 2022 11:35:14 +0900 Subject: CI: skip the failing test only --- .github/workflows/mingw.yml | 4 ++-- 1 file 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: -- cgit v1.2.3