Skip to content

Commit 0bc1047

Browse files
authored
[gha] fix IDE integration tests (#19963)
1 parent 7512a3e commit 0bc1047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ide-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
190190
cd "${TEST_PATH}"
191191
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
192+
go test -parallel=3 -v ./... "${args[@]}" 2>&1 | go-junit-report -subtest-mode=exclude-parents -set-exit-code -out "TEST-${TEST_NAME}.xml" -iocopy
193193
RC=${PIPESTATUS[0]}
194194
set -e
195195

0 commit comments

Comments
 (0)