💚(ci) fix performance issue of test job

Currently the test job seems to hit the maximum CPU resource available.
In order to prevent that we try to run tests on several workers.
This commit is contained in:
jbpenrath
2023-06-30 10:52:34 +02:00
committed by Jean-Baptiste PENRATH
parent d05e38520b
commit 6aca0a3d85
8 changed files with 33 additions and 23 deletions

View File

@@ -10,6 +10,7 @@
"build": "turbo run build",
"dev": "turbo run dev --parallel",
"test": "turbo run test",
"test-ci": "turbo run test-ci",
"lint": "turbo run lint",
"deploy": "turbo run deploy",
"format": "prettier --write \"**/*.{ts,tsx,md}\""