Skip to content

Commit 8d1e1a0

Browse files
committed
Be explicit about using a medium CircleCI resource class
https://circleci.com/docs/2.0/configuration-reference/#resource_class This should have 2 vCPUs
1 parent a1fdb55 commit 8d1e1a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ workflows:
1010
jobs:
1111
build-and-test:
1212
machine: true
13+
resource_class: medium
1314
steps:
1415
- run:
1516
name: Install Docker Compose
@@ -51,7 +52,7 @@ jobs:
5152
- run:
5253
command: |
5354
pushd metacpan-docker
54-
~/docker-compose exec -T api_test prove -lvr t
55+
~/docker-compose exec -T api_test prove -lr --jobs 2 t
5556
- run:
5657
command: |
5758
pushd metacpan-docker

0 commit comments

Comments
 (0)