Skip to content

Commit 6c6865f

Browse files
committed
Updating github-config
1 parent 5d877ae commit 6c6865f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/integration.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ function tests::run() {
149149
util::print::title "Run Buildpack Runtime Integration Tests"
150150
util::print::info "Using ${1} as builder..."
151151

152+
export CGO_ENABLED=0
152153
pushd "${BUILDPACKDIR}" > /dev/null
153154
if GOMAXPROCS="${GOMAXPROCS:-4}" go test -count=1 -timeout 0 ./integration/... -v -run Integration | tee "${2}"; then
154155
util::print::info "** GO Test Succeeded with ${1}**"

0 commit comments

Comments
 (0)