Skip to content

Commit

Permalink
[ci] run spec:compat
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Apr 15, 2022
1 parent 1fdb82c commit 85a4a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 != ''
Expand Down

0 comments on commit 85a4a20

Please sign in to comment.