Skip to content

Commit 871ce48

Browse files
committed
Increase ci to use 100% processor for jest
1 parent 22282eb commit 871ce48

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
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- checkout
99
- node/install-packages
10-
- run: npm run test
10+
- run: npm run test -- --maxWorkers=100%
1111
- run: npm run cover
1212
workflows:
1313
test:

0 commit comments

Comments
 (0)