From beaddb6b6c3b84d4dbcef46828de6c5415ef5efb Mon Sep 17 00:00:00 2001 From: Samir Tapiero Date: Tue, 13 Feb 2024 12:48:50 -0500 Subject: [PATCH] Re enable test runner --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0d4c592..4b98a5c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,6 @@ jobs: - name: Run tests run: bundle exec rspec timeout-minutes: 1 - if: !matrix.coverage - name: Test & publish code coverage uses: paambaati/codeclimate-action@v3.0.0 env: