Skip to content

Commit

Permalink
ci: Reduce concurrency right down to 1, allowing jest processes to ut…
Browse files Browse the repository at this point in the history
…ilise CPU
  • Loading branch information
lewisd5 authored Feb 14, 2025
1 parent c964ebd commit b3a24b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"pre:lld": "pnpm turbo pre-build --filter=ledger-live-desktop",
"nightly": "pnpm turbo nightly",
"nightly:lld": "pnpm turbo nightly --filter=ledger-live-desktop",
"test": "pnpm turbo test --concurrency=4",
"test": "pnpm turbo test --concurrency=1",
"run:cli": "./apps/cli/bin/index.js",
"lint": "pnpm turbo lint",
"lint:fix": "pnpm turbo lint:fix",
Expand Down

0 comments on commit b3a24b5

Please sign in to comment.