Skip to content

Commit 930def8

Browse files
committed
Disable parallelization of tests
This would run the unit, view, integration and CLI integration tests in parallel, which would cause problems with multiple VSCode instances and use a lot of memory.
1 parent 46670cc commit 930def8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,7 @@
13261326
"scripts": {
13271327
"build": "gulp",
13281328
"watch": "gulp watch",
1329-
"test": "npm-run-all -p test:*",
1329+
"test": "npm-run-all test:*",
13301330
"test:unit": "cross-env TZ=UTC LANG=en-US jest --projects test/unit-tests",
13311331
"test:view": "jest --projects src/view",
13321332
"test:vscode-integration": "npm-run-all test:vscode-integration:*",

0 commit comments

Comments
 (0)