Skip to content

Commit

Permalink
maxWorkers=100 and maxParallel=4
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Oct 3, 2024
1 parent 003403b commit 2415d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"compile": "hardhat compile",
"test": "jest --maxWorkers=100%",
"sanity": "jest --maxWorkers=100% --config=jest.sanity.js",
"defid": "jest --runInBand --config=jest.defid.js",
"defid": "jest --maxWorkers=100% --maxParallel=4 --config=jest.defid.js",
"ci:test": "jest --ci --coverage --forceExit --maxWorkers=4",
"all:clean": "rm -rf ./packages/**/dist && rm -rf ./apps/dist && rm -rf ./packages/**/tsconfig.build.tsbuildinfo",
"all:build": "lerna run build",
Expand Down

0 comments on commit 2415d67

Please sign in to comment.