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 != ''