Skip to content

Commit

Permalink
retry
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-shaw committed Jul 4, 2024
1 parent 88b1e23 commit c812904
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,9 @@ jobs:
- name: Security audit application code
run: bundle exec brakeman -q

- name: Run tests
- name: Run unit and feature tests
run: |
export COVERAGE=1
bundle exec rake parallel:create
bundle exec rake parallel:prepare
bundle exec rake parallel:spec
Expand Down

0 comments on commit c812904

Please sign in to comment.