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 7979 TEST_BUILD_ID : ${{ inputs.test_build_id }}
8080 TEST_BUILD_URL : ${{ inputs.test_build_url }}
8181 TEST_BUILD_REF : ${{ inputs.test_build_ref }}
82- GOMAXPROCS : " 4"
8382 run : |
8483 set -euo pipefail
8584
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ if [ "$TEST_SUITE" == "workspace" ]; then
114114
115115 set +e
116116 # 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
118118 RC=${PIPESTATUS[0]}
119119 set -e
120120
You can’t perform that action at this time.
0 commit comments