From ed74717d74d83b8fbbe9d95a02948d13e3232036 Mon Sep 17 00:00:00 2001 From: CF Buildpacks Team CI Server Date: Wed, 21 Aug 2019 20:53:05 +0000 Subject: [PATCH] Update CNB tools --- scripts/integration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/integration.sh b/scripts/integration.sh index 0386207d..27abc2f5 100755 --- a/scripts/integration.sh +++ b/scripts/integration.sh @@ -25,7 +25,7 @@ export GIT_TOKEN echo "Run Buildpack Runtime Integration Tests" set +e -go test -timeout 0 ./integration/... -v -mod=vendor -run Integration +GOMAXPROCS=4 go test -timeout 0 ./integration/... -v -mod=vendor -run Integration exit_code=$? if [[ "$exit_code" != "0" ]]; then