Enable leaked global tests in YJIT workflows

This commit is contained in:
Alan Wu 2021-10-07 14:49:34 -04:00
Родитель 99facbc070
Коммит 34f1595405
2 изменённых файлов: 4 добавлений и 4 удалений

4
.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 }}

4
.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