From 8f32836aca8cc0b4746e10a68f017e615d60e888 Mon Sep 17 00:00:00 2001 From: LiZhenCheng9527 Date: Thu, 1 Feb 2024 20:07:44 +0800 Subject: [PATCH] Scoping for go test in pkg and cmd Signed-off-by: LiZhenCheng9527 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4da070d12..33b272f4d 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: