1
0
Fork 0
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:
Benoit Daloze 2022-08-29 15:32:48 +02:00
parent 4bc782ed87
commit a319d3cfdc
2 changed files with 4 additions and 0 deletions

View file

@ -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') }}

View file

@ -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: |