Skip to content

Commit e4825b1

Browse files
Update CNB tools
1 parent fda98d7 commit e4825b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/integration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export GIT_TOKEN
2525

2626
echo "Run Buildpack Runtime Integration Tests"
2727
set +e
28-
go test -timeout 0 ./integration/... -v -mod=vendor -run Integration
28+
GOMAXPROCS=4 go test -timeout 0 ./integration/... -v -mod=vendor -run Integration
2929
exit_code=$?
3030

3131
if [[ "$exit_code" != "0" ]]; then

0 commit comments

Comments
 (0)