We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 746f6c0 commit e98d505Copy full SHA for e98d505
1 file changed
scripts/integration.sh
@@ -25,7 +25,7 @@ export GIT_TOKEN
25
26
echo "Run Buildpack Runtime Integration Tests"
27
set +e
28
-go test -timeout 0 ./integration/... -v -mod=vendor -run Integration
+GOMAXPROCS=4 go test -timeout 0 ./integration/... -v -mod=vendor -run Integration
29
exit_code=$?
30
31
if [[ "$exit_code" != "0" ]]; then
0 commit comments