ruby-changes:72424
From: Nobuyoshi <ko1@a...>
Date: Tue, 5 Jul 2022 11:35:59 +0900 (JST)
Subject: [ruby-changes:72424] 3a9ff9457a (master): CI: skip the failing test only
https://git.ruby-lang.org/ruby.git/commit/?id=3a9ff9457a From 3a9ff9457a5cee72ff5b8dff844f4453fc284bed Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> 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: https://github.com/ruby/ruby/blob/trunk/.github/workflows/mingw.yml#L38 - 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.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/