summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2021-10-07 14:49:34 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:42 -0400
commit34f1595405f8c709e3c98f66d7e49f2b2c816feb (patch)
treeb44ddabbc0ed43b3e11a7772ba834386cbc63cc8
parent99facbc07077fb34655a2b132414493dcb0cbe43 (diff)
Enable leaked global tests in YJIT workflows
-rw-r--r--.github/workflows/yjit-macos.yml4
-rw-r--r--.github/workflows/yjit-ubuntu.yml4
2 files changed, 4 insertions, 4 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 }}
diff --git a/.github/workflows/yjit-ubuntu.yml b/.github/workflows/yjit-ubuntu.yml
index 1cae7e1f71..1acd40fc4f 100644
--- a/.github/workflows/yjit-ubuntu.yml
+++ b/.github/workflows/yjit-ubuntu.yml
@@ -54,8 +54,8 @@ jobs:
run: ../src/configure -C --disable-install-doc ${{ matrix.configure }}
- 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' }}
- name: Create dummy files in build dir