From 85a4a20db79dcedaf84e479dc27e74364e2a02d1 Mon Sep 17 00:00:00 2001 From: Peter Solnica Date: Fri, 15 Apr 2022 09:07:08 +0000 Subject: [PATCH] [ci] run spec:compat --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9a351a7..c4c385ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: - name: Bundle install run: bundle install --jobs 4 --retry 3 - name: Run all tests - run: bundle exec rake + run: bundle exec rake spec spec:compat - name: Run codacy-coverage-reporter uses: codacy/codacy-coverage-reporter-action@master if: env.COVERAGE == 'true' && env.COVERAGE_TOKEN != ''