mirror of
https://github.com/logto-io/logto.git
synced 2025-02-17 22:04:19 -05:00
ci: limit max workers for core test
This commit is contained in:
parent
0442efeb60
commit
e32c319a22
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",
|
||||
"test:ci": "pnpm test:only --coverage --silent --maxWorkers=50%",
|
||||
"test:report": "codecov -F core"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Add table
Reference in a new issue