Skip to content

Commit

Permalink
chore: limit test workers to 2 to prevent OOM
Browse files Browse the repository at this point in the history
  • Loading branch information
javiersuweijie committed Sep 25, 2023
1 parent 23350b0 commit e1f366c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
pkg-manager: yarn
app-dir: ~/zk-email-verify
- run:
command: yarn test
command: yarn test -- -w 2
name: Run circom tests
working_directory: ~/zk-email-verify/packages/circuits

Expand Down

0 comments on commit e1f366c

Please sign in to comment.