Skip to content

Commit

Permalink
[gha] fix IDE integration tests (#19963)
Browse files Browse the repository at this point in the history
  • Loading branch information
mustard-mh authored Jun 24, 2024
1 parent 7512a3e commit 0bc1047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ide-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
cd "${TEST_PATH}"
set +e
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
RC=${PIPESTATUS[0]}
set -e
Expand Down

0 comments on commit 0bc1047

Please sign in to comment.