瀏覽代碼

ci: add parallelism flags to turbo test command

Co-Authored-By: Jayant Krishnamurthy <jayant@dourolabs.xyz>
Devin AI 9 月之前
父節點
當前提交
fc2d3ed384
共有 1 個文件被更改,包括 1 次插入1 次删除
  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",