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: