diff --git a/build/prow_e2e.sh b/build/prow_e2e.sh index 64034f9b05..5f2748ee9b 100755 --- a/build/prow_e2e.sh +++ b/build/prow_e2e.sh @@ -35,7 +35,7 @@ if [[ ! -z "$(git diff --name-only -- cmd/internal/pages)" ]]; then exit 1 fi -make all +make build test # compile integration tests so they can be run without go installed go test -c github.com/google/cadvisor/integration/tests/api