Skip to content

Commit 9faff46

Browse files
committed
Attempt at fixing CircleCI memory issue.
1 parent 09d9914 commit 9faff46

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
@@ -78,7 +78,7 @@ jobs:
7878
command: yarn build:examples
7979
- run:
8080
name: Test examples
81-
command: yarn test:examples
81+
command: yarn test:examples --maxWorkers=2
8282
- run:
8383
name: Deploy examples
8484
command: |

0 commit comments

Comments
 (0)