increase parallelism

This commit is contained in:
Brian Mann
2017-05-31 16:45:12 -04:00
parent 62950363d8
commit 7d8997482d

View File

@@ -14,7 +14,7 @@ jobs:
# need to set unsafe perm to be able to do `npm postinstall`
npm_config_unsafe-perm: true
working_directory: ~/cypress-monorepo
parallelism: 3
parallelism: 4
steps:
- checkout