Skip to content

Commit

Permalink
Update CNB tools
Browse files Browse the repository at this point in the history
  • Loading branch information
cf-buildpacks-eng committed Aug 21, 2019
1 parent 7801370 commit ed74717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed74717

Please sign in to comment.