We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7512a3e commit 0bc1047Copy full SHA for 0bc1047
.github/workflows/ide-integration-tests.yml
@@ -189,7 +189,7 @@ jobs:
189
190
cd "${TEST_PATH}"
191
set +e
192
- go test -v ./... "${args[@]}" 2>&1 | go-junit-report -subtest-mode=exclude-parents -set-exit-code -out "TEST-${TEST_NAME}.xml" -iocopy
+ go test -parallel=3 -v ./... "${args[@]}" 2>&1 | go-junit-report -subtest-mode=exclude-parents -set-exit-code -out "TEST-${TEST_NAME}.xml" -iocopy
193
RC=${PIPESTATUS[0]}
194
set -e
195
0 commit comments