diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 20d9c3e..a4d7c4f 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -41,4 +41,4 @@ jobs: - name: Test 🧪 timeout-minutes: 10 - run: yarn test + run: turbo test --continue --concurrency=8