Skip to content

Commit

Permalink
Update spec logs to run slow specs last
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanlr authored Sep 5, 2024
1 parent 69c8947 commit 15c2db9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ jobs:
run: |
bundle exec rubocop
# Specs which are not tagged as slow will run first to speed up the process in case of failure
- name: rspec
run: |
bundle exec rspec
bundle exec rspec --tag ~slow
bundle exec rspec --tag slow
- name: Coveralls
uses: coverallsapp/github-action@master
Expand Down

0 comments on commit 15c2db9

Please sign in to comment.