We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86e9df2 commit e2e906cCopy full SHA for e2e906c
.circleci/config.yml
@@ -74,7 +74,7 @@ jobs:
74
command: yarn build
75
- run:
76
name: Run unit tests
77
- command: yarn test --coverage
+ command: yarn test --coverage --maxWorkers=2
78
79
name: Ship test coverage report to coveralls
80
command: yarn coveralls
0 commit comments