зеркало из https://github.com/github/ruby.git
Enable leaked global tests in YJIT workflows
This commit is contained in:
Родитель
99facbc070
Коммит
34f1595405
|
@ -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 }}
|
||||
|
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче