Skip to content

Commit

Permalink
Set cpu count for load schema
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermoap committed Oct 5, 2023
1 parent 057dd02 commit 64d220c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
bundler-cache: true
- name: Setup Database
run: |
bundle exec rake parallel:load_schema
bundle exec rake parallel:load_schema[8]
- name: Run tests and update docs
env:
PARALLEL_TESTS_CONCURRENCY: 8
Expand Down

0 comments on commit 64d220c

Please sign in to comment.