0
Fork 0
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:
Gao Sun 2023-01-10 14:42:47 +08:00
parent 9ba0d495e6
commit 7df71dee2f
No known key found for this signature in database
GPG key ID: 13EBE123E4773688

View file

@ -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": {