From fdcf4e6fc3e25ead076db4ab8aade53160faa88d Mon Sep 17 00:00:00 2001 From: Costas Papastathis Date: Wed, 25 Oct 2023 13:35:46 +0300 Subject: [PATCH] fix: enabling experimental feature --- scripts/integration.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/integration.sh b/scripts/integration.sh index 13a5635..07f6f0e 100755 --- a/scripts/integration.sh +++ b/scripts/integration.sh @@ -153,6 +153,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