Skip to content

Commit e2e906c

Browse files
jgbenito7wei
authored andcommitted
chore: add max worker flag to tests in ci (#258)
1 parent 86e9df2 commit e2e906c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
command: yarn build
7575
- run:
7676
name: Run unit tests
77-
command: yarn test --coverage
77+
command: yarn test --coverage --maxWorkers=2
7878
- run:
7979
name: Ship test coverage report to coveralls
8080
command: yarn coveralls

0 commit comments

Comments
 (0)