1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Enable leaked global tests in YJIT workflows

This commit is contained in:
Alan Wu 2021-10-07 14:49:34 -04:00
parent 99facbc070
commit 34f1595405
2 changed files with 4 additions and 4 deletions

View file

@ -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 }}

View file

@ -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