diff --git a/Makefile b/Makefile index ebc5a7c18b..87d22edb3b 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ build: .PHONY: build test-unit: - go test -v ./pkg/... + ./hack/build.sh -t .PHONY: test-unit test-e2e: