diff --git a/Makefile b/Makefile index 4da070d1..33b272f4 100644 --- a/Makefile +++ b/Makefile @@ -146,7 +146,8 @@ gen-chart: sync-crds .PHONY: test test: clean tidy - go test ./... + go test ./pkg/... + go test ./cmd/... .PHONY: clean clean: