Skip to content

Commit

Permalink
test: increase test concurrency to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jun 19, 2018
1 parent c3544a9 commit b93fad7
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 @@ -30,7 +30,7 @@ jobs:
- run: apt-get install -y bats
- run: yarn
- run: ./node_modules/.bin/lerna bootstrap
- run: ./node_modules/.bin/lerna run test --stream --concurrency 2
- run: ./node_modules/.bin/lerna run test --stream --concurrency 4
- run: greenkeeper-lockfile-upload
- run: curl -s https://codecov.io/bash | bash
release:
Expand Down

0 comments on commit b93fad7

Please sign in to comment.