Skip to content

Commit

Permalink
A large CircleCI VM can able to handle 4 test jobs
Browse files Browse the repository at this point in the history
rather than 2. Possibly we could run more in parallel. Might be worth
experimenting with.
  • Loading branch information
oalders committed Sep 2, 2024
1 parent fb88dbe commit fafbbe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- run:
command: |
pushd metacpan-docker
docker-compose exec -T api_test env HARNESS_PERL_SWITCHES="-MDevel::Cover=+ignore,^t/|^test-data/|^etc/" prove -lr --jobs 2 t
docker-compose exec -T api_test env HARNESS_PERL_SWITCHES="-MDevel::Cover=+ignore,^t/|^test-data/|^etc/" prove -lr --jobs 4 t
name: run tests with coverage
# The report ends up being owned by root. We need to chown it so that
# the cover command can make changes to it.
Expand Down

0 comments on commit fafbbe9

Please sign in to comment.