We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96c346e + 472517b commit 9764cdcCopy full SHA for 9764cdc
build/prow_e2e.sh
@@ -35,7 +35,7 @@ if [[ ! -z "$(git diff --name-only -- cmd/internal/pages)" ]]; then
35
exit 1
36
fi
37
38
-make all
+make build test
39
40
# compile integration tests so they can be run without go installed
41
go test -c github.com/google/cadvisor/integration/tests/api
0 commit comments