Skip to content

Commit

Permalink
Revert "CHECK_LEAKS is always enabled with 01459f1"
Browse files Browse the repository at this point in the history
* This reverts commit cf8fb94.
* CHECK_LEAKS is no longer always enabled.
  • Loading branch information
eregon authored and hsbt committed Feb 14, 2024
1 parent d24be39 commit 95ec71e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/annocheck.yml
Expand Up @@ -104,6 +104,8 @@ jobs:

### test-spec doesn't work: https://github.com/ruby/ruby/actions/runs/4340193212/jobs/7578505652
# - run: make test-spec
# env:
# CHECK_LEAKS: true

- run: make test-annocheck

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/compilers.yml
Expand Up @@ -276,6 +276,8 @@ jobs:
if: ${{ matrix.entry.check }}

- run: make test-spec
env:
CHECK_LEAKS: true
if: ${{ matrix.entry.check }}

- run: make test-annocheck
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/spec_guards.yml
Expand Up @@ -54,6 +54,8 @@ jobs:

- run: ruby ../mspec/bin/mspec
working-directory: spec/ruby
env:
CHECK_LEAKS: true

- uses: ./.github/actions/slack
with:
Expand Down

0 comments on commit 95ec71e

Please sign in to comment.