diff --git a/Makefile b/Makefile index c74d9ef8f40..6b975095bae 100644 --- a/Makefile +++ b/Makefile @@ -98,8 +98,8 @@ E2E_TEST_FLAGS = "--skip-deletion=false" -timeout 15m # See README.md, default g # see target "image-build" IMAGE_BUILD_FLAGS = --build-arg USE_LOCAL=false -.PHONY: all -all: build +.PHONY: default +default: lint unit-test build ##@ General