diff --git a/Makefile b/Makefile index 400cf8450..163e108e3 100644 --- a/Makefile +++ b/Makefile @@ -43,6 +43,10 @@ clean: .PHONY: test test: build test-style test-unit test-flake8 +.PHONY: quicktest +quicktest: test-style + go test $(GO_PKGS) + ROOTFS := rootfs .PHONY: push