From a319d3cfdc1afef8497321fee7f690052b16739c Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Mon, 29 Aug 2022 15:32:48 +0200 Subject: Run specs with CHECK_LEAKS=true * To ensure these issues are noticed early. --- .github/workflows/spec_guards.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows/spec_guards.yml') diff --git a/.github/workflows/spec_guards.yml b/.github/workflows/spec_guards.yml index d09f1a24d3..7bffe25bb2 100644 --- a/.github/workflows/spec_guards.yml +++ b/.github/workflows/spec_guards.yml @@ -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: | -- cgit v1.2.3