Skip to content

Commit

Permalink
use groups
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-shaw committed Jul 9, 2024
1 parent 343516b commit 3d6d57e
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 @@ -78,7 +78,7 @@ jobs:
yarn install --pure-lockfile
- name: Setup test database
run: bin/rails db:setup
run: bundle exec rake parallel:setup[2]

- name: Lint Ruby files
run: bundle exec rubocop
Expand All @@ -90,7 +90,6 @@ jobs:
run: |
export COVERAGE=1
echo "::group::parallel:setup"
bundle exec rake parallel:setup[2]
echo "::endgroup::"
echo "::group::parallel:spec"
bundle exec parallel_rspec -n "${CI_TOTAL_JOBS}" --only-group "${CI_JOB_INDEX}" ./spec
Expand Down

0 comments on commit 3d6d57e

Please sign in to comment.