Skip to content

Commit 1404189

Browse files
committed
Limit test parallelism
1 parent 691e060 commit 1404189

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ 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"
8283
run: |
8384
set -euo pipefail
8485

0 commit comments

Comments
 (0)