We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4330be commit a3f11a9Copy full SHA for a3f11a9
1 file changed
scripts/integration.sh
@@ -21,7 +21,7 @@ docker pull $CNB_RUN_IMAGE
21
22
echo "Run Buildpack Runtime Integration Tests"
23
set +e
24
-go test -mod=vendor ./integration/... -v -run Integration
+go test -timeout 0 -mod=vendor ./integration/... -v -run Integration
25
exit_code=$?
26
27
if [ "$exit_code" != "0" ]; then
0 commit comments