Skip to content

Commit 4c11e41

Browse files
committed
1
1 parent 1404189 commit 4c11e41

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/actions/integration-tests/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ runs:
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

test/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)