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

Re-enable leaked global check

YJIT should be able to pass this check now.
This commit is contained in:
Alan Wu 2021-10-01 19:10:35 -04:00
parent f6da559d5b
commit b242ea87da
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ jobs:
- run: make $JOBS incs
- run: make $JOBS
- run: make leaked-globals
if: ${{ matrix.test_task == 'check' }}
if: matrix.test_task == 'check'
- run: make prepare-gems
if: ${{ matrix.test_task == 'check' }}
- run: make $JOBS -s ${{ matrix.test_task }}

View file

@ -48,7 +48,7 @@ jobs:
- run: make $JOBS incs
- run: make $JOBS
- run: make leaked-globals
if: ${{ matrix.test_task == 'check' }}
if: matrix.test_task == 'check'
- run: make prepare-gems
if: ${{ matrix.test_task == 'check' }}
- name: Create dummy files in build dir