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:
parent
99facbc070
commit
34f1595405
2 changed files with 4 additions and 4 deletions
4
.github/workflows/yjit-macos.yml
vendored
4
.github/workflows/yjit-macos.yml
vendored
|
@ -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
vendored
4
.github/workflows/yjit-ubuntu.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue