소스 검색

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",