Parcourir la source

ci: add parallelism flags to turbo test command

Co-Authored-By: Jayant Krishnamurthy <jayant@dourolabs.xyz>
Devin AI il y a 9 mois
Parent
commit
fc2d3ed384
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -14,7 +14,7 @@
     "start:dev": "pnpm i && turbo start:dev",
     "start:prod": "pnpm i && turbo start:prod",
     "test": "pnpm i && turbo test",
-    "test:ci": "turbo test"
+    "test:ci": "turbo test --concurrency=10 --parallel"
   },
   "devDependencies": {
     "lerna": "^8.1.8",