mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Check leaked global symbols under more various conditions
This commit is contained in:
parent
441cd156e0
commit
b73d256f34
2 changed files with 3 additions and 0 deletions
1
.github/workflows/compilers.yml
vendored
1
.github/workflows/compilers.yml
vendored
|
@ -185,6 +185,7 @@ jobs:
|
|||
- run: $make extract-extlibs
|
||||
- run: $make incs
|
||||
- run: $make
|
||||
- run: $make leaked-globals
|
||||
- run: $make test
|
||||
- run: $make install
|
||||
if: "matrix.entry.name == '-O3'"
|
||||
|
|
2
.github/workflows/mingw.yml
vendored
2
.github/workflows/mingw.yml
vendored
|
@ -86,6 +86,8 @@ jobs:
|
|||
$jobs = [int](2 * $env:NUMBER_OF_PROCESSORS)
|
||||
make -j $jobs
|
||||
|
||||
- run: make leaked-globals
|
||||
|
||||
- name: make install
|
||||
run: |
|
||||
# Actions uses UTF8, causes test failures, similar to normal OS setup
|
||||
|
|
Loading…
Reference in a new issue