mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Run specs with CHECK_LEAKS=true
* To ensure these issues are noticed early.
This commit is contained in:
parent
4bc782ed87
commit
a319d3cfdc
2 changed files with 4 additions and 0 deletions
2
.github/workflows/compilers.yml
vendored
2
.github/workflows/compilers.yml
vendored
|
@ -257,6 +257,8 @@ jobs:
|
|||
- run: make test-all TESTS='-- ruby -ext-'
|
||||
if: ${{ matrix.entry.check }}
|
||||
- run: make test-spec
|
||||
env:
|
||||
CHECK_LEAKS: true
|
||||
if: ${{ matrix.entry.check }}
|
||||
- run: make test-annocheck
|
||||
if: ${{ matrix.entry.check && endsWith(matrix.entry.name, 'annocheck') }}
|
||||
|
|
2
.github/workflows/spec_guards.yml
vendored
2
.github/workflows/spec_guards.yml
vendored
|
@ -40,6 +40,8 @@ jobs:
|
|||
- run: gem install webrick
|
||||
- run: ruby ../mspec/bin/mspec
|
||||
working-directory: spec/ruby
|
||||
env:
|
||||
CHECK_LEAKS: true
|
||||
- uses: k0kubun/action-slack@v2.0.0
|
||||
with:
|
||||
payload: |
|
||||
|
|
Loading…
Reference in a new issue