Skip to content

Commit

Permalink
Parallelize tests in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
santib committed Jan 2, 2024
1 parent 1e4f161 commit 1266d89
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ jobs:
ruby-version: .ruby-version
bundler-cache: true

- name: Configure parallelization
run: echo "PARALLEL_WORKERS=$(nproc)" >> $GITHUB_ENV

- name: Run tests
env:
RAILS_ENV: test
Expand Down

0 comments on commit 1266d89

Please sign in to comment.