Ver código fonte

ci: add parallelism flags to turbo test command

Co-Authored-By: Jayant Krishnamurthy <jayant@dourolabs.xyz>
Devin AI 9 meses atrás
pai
commit
fc2d3ed384
1 arquivos alterados com 1 adições e 1 exclusões
  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",