diff --git a/scripts/integration.sh b/scripts/integration.sh index 46ffbdb..4836392 100755 --- a/scripts/integration.sh +++ b/scripts/integration.sh @@ -147,6 +147,7 @@ function tests::run() { util::print::title "Run Buildpack Runtime Integration Tests" util::print::info "Using ${1} as builder..." + pack config experimental true export CGO_ENABLED=0 pushd "${BUILDPACKDIR}" > /dev/null if GOMAXPROCS="${GOMAXPROCS:-4}" go test -count=1 -timeout 0 ./integration/... -v -run Integration | tee "${2}"; then