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