Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanlr authored Sep 5, 2024
1 parent 15c2db9 commit e87cd17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ jobs:
run: |
bundle exec rubocop
# Specs which are not tagged as slow will run first to speed up the process in case of failure
# Runs Specs which are not tagged as slow first to speed up the process in case of failure in those
# Then will run the full specs suite (and generate the final coverage report)
- name: rspec
run: |
bundle exec rspec --tag ~slow
bundle exec rspec --tag slow
bundle exec rspec
- name: Coveralls
uses: coverallsapp/github-action@master
Expand Down

0 comments on commit e87cd17

Please sign in to comment.