summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2025-10-23 14:30:41 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2025-10-23 23:19:37 +0900
commite529bf7d675506f744e44d2aafddc35aec84731d (patch)
treedaf02b7d125fa98807443e073d2e67ed4ba7f4da /.github
parent3b190855ba965c179693a5baf25f365d9d445c09 (diff)
CI: Enable `check` on clangarm64
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/mingw.yml2
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: >-