Skip to content

Commit

Permalink
Scoping for go test in pkg and cmd
Browse files Browse the repository at this point in the history
Signed-off-by: LiZhenCheng9527 <lizhencheng6@huawei.com>
  • Loading branch information
LiZhenCheng9527 committed Feb 1, 2024
1 parent 851e93a commit 8f32836
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ gen-chart: sync-crds

.PHONY: test
test: clean tidy
go test ./...
go test ./pkg/...
go test ./cmd/...

.PHONY: clean
clean:
Expand Down

0 comments on commit 8f32836

Please sign in to comment.