Skip to content

Commit 2295237

Browse files
committed
CCM-14615: turbo test
1 parent 1914200 commit 2295237

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"generate-python-dependencies": "make -C src/python-schema-generator generate",
5555
"lint": "turbo run lint",
5656
"lint:fix": "turbo run lint:fix",
57-
"test:unit": "turbo run test:unit",
57+
"test:unit": "turbo run test:unit --concurrency=4",
5858
"test:unit:parallel": "tsx scripts/generate-parallel-jest-config.ts && cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest --config jest.config.cjs",
5959
"typecheck": "turbo run typecheck"
6060
},

0 commit comments

Comments
 (0)