diff options
| -rw-r--r-- | .github/workflows/mingw.yml | 4 |
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: |
