File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
.github/actions/integration-tests Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 79
79
TEST_BUILD_ID : ${{ inputs.test_build_id }}
80
80
TEST_BUILD_URL : ${{ inputs.test_build_url }}
81
81
TEST_BUILD_REF : ${{ inputs.test_build_ref }}
82
- GOMAXPROCS : " 4"
83
82
run : |
84
83
set -euo pipefail
85
84
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ if [ "$TEST_SUITE" == "workspace" ]; then
114
114
115
115
set +e
116
116
# shellcheck disable=SC2086
117
- go test -p 10 -v $TEST_LIST " ${args[@]} " -parallel-features=true 2>&1 | go-junit-report -subtest-mode=exclude-parents -set-exit-code -out " ${RESULTS_DIR} /TEST-${TEST_NAME} .xml" -iocopy
117
+ go test -p 6 -v $TEST_LIST " ${args[@]} " -parallel-features=true 2>&1 | go-junit-report -subtest-mode=exclude-parents -set-exit-code -out " ${RESULTS_DIR} /TEST-${TEST_NAME} .xml" -iocopy
118
118
RC=${PIPESTATUS[0]}
119
119
set -e
120
120
You can’t perform that action at this time.
0 commit comments