Skip to content

Commit

Permalink
test(root): increase test concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
diego-aquino committed May 19, 2024
1 parent 135d47a commit 80eee09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
pnpm turbo \
test:turbo \
--continue \
--concurrency 1 \
--concurrency 100% \
${{ steps.zimic-setup.outputs.install-filters }}
ci-typescript:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test": "turbo test:turbo",
"types:check": "turbo types:check",
"pre:commit": "lint-staged",
"pre:push": "pnpm style:check && turbo types:check lint:turbo --filter ...[${PARENT_REF:-origin/canary}...HEAD] --concurrency 75% --continue && turbo test:turbo --filter ...[${PARENT_REF:-origin/canary}...HEAD] --concurrency 1 --continue",
"pre:push": "pnpm style:check && turbo types:check lint:turbo --filter ...[${PARENT_REF:-origin/canary}...HEAD] --concurrency 75% --continue && turbo test:turbo --filter ...[${PARENT_REF:-origin/canary}...HEAD] --concurrency 2 --continue",
"prepare": "husky install || echo 'Could not install git hooks with husky.'"
},
"devDependencies": {
Expand Down

0 comments on commit 80eee09

Please sign in to comment.