mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
ci: set max worker to 75%
This commit is contained in:
parent
9ba0d495e6
commit
7df71dee2f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
"start": "NODE_ENV=production node build/index.js",
|
||||
"test:only": "NODE_OPTIONS=--experimental-vm-modules jest",
|
||||
"test": "pnpm build:test && pnpm test:only",
|
||||
"test:ci": "pnpm test:only --coverage --silent --maxWorkers=50%",
|
||||
"test:ci": "pnpm test:only --coverage --silent --maxWorkers=75%",
|
||||
"test:report": "codecov -F core"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue