diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-10-23 14:30:41 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-10-23 23:19:37 +0900 |
| commit | e529bf7d675506f744e44d2aafddc35aec84731d (patch) | |
| tree | daf02b7d125fa98807443e073d2e67ed4ba7f4da | |
| parent | 3b190855ba965c179693a5baf25f365d9d445c09 (diff) | |
CI: Enable `check` on clangarm64
| -rw-r--r-- | .github/workflows/mingw.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index 61ee520959..c071aee30b 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -69,7 +69,7 @@ jobs: test-all-opts: '--name=!/TestObjSpace#test_reachable_objects_during_iteration/' - msystem: 'CLANGARM64' os: 11-arm - test_task: 'test' + test_task: 'check' fail-fast: false if: >- |
