From 81ec59fa6275e760de2fa98d1ec47c6ffef5cf95 Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Mon, 8 Feb 2021 14:58:31 -0800 Subject: [PATCH] Update Makefile --- kyaml/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kyaml/Makefile b/kyaml/Makefile index 49665c233..c0caeafc8 100644 --- a/kyaml/Makefile +++ b/kyaml/Makefile @@ -39,7 +39,7 @@ license: $(MYGOBIN)/addlicense -c "The Kubernetes Authors." \ -f LICENSE_TEMPLATE . -test: generate +test: go test -cover ./... fix: