summaryrefslogtreecommitdiff
path: root/.github/workflows/yjit-macos.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/yjit-macos.yml')
-rw-r--r--.github/workflows/yjit-macos.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/yjit-macos.yml b/.github/workflows/yjit-macos.yml
index e84b5fb662..1cda29b447 100644
--- a/.github/workflows/yjit-macos.yml
+++ b/.github/workflows/yjit-macos.yml
@@ -41,8 +41,8 @@ jobs:
run: ../src/configure -C --disable-install-doc --with-openssl-dir=$(brew --prefix openssl@1.1) --with-readline-dir=$(brew --prefix readline)
- run: make $JOBS incs
- run: make $JOBS
-# - run: make leaked-globals
-# if: matrix.test_task == 'check'
+ - run: make leaked-globals
+ if: matrix.test_task == 'check'
- run: make prepare-gems
if: ${{ matrix.test_task == 'check' }}
- run: make $JOBS -s ${{ matrix.test_task }}