From 34f1595405f8c709e3c98f66d7e49f2b2c816feb Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Thu, 7 Oct 2021 14:49:34 -0400 Subject: Enable leaked global tests in YJIT workflows --- .github/workflows/yjit-macos.yml | 4 ++-- .github/workflows/yjit-ubuntu.yml | 4 ++-- 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 -- cgit v1.2.3