We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 691e060 commit 1404189Copy full SHA for 1404189
.github/actions/integration-tests/action.yml
@@ -79,6 +79,7 @@ runs:
79
TEST_BUILD_ID: ${{ inputs.test_build_id }}
80
TEST_BUILD_URL: ${{ inputs.test_build_url }}
81
TEST_BUILD_REF: ${{ inputs.test_build_ref }}
82
+ GOMAXPROCS: "4"
83
run: |
84
set -euo pipefail
85
0 commit comments