Update Makefile

This commit is contained in:
Jeff Regan
2021-02-08 14:58:31 -08:00
committed by GitHub
parent 075a2d6c0f
commit 81ec59fa62

View File

@@ -39,7 +39,7 @@ license: $(MYGOBIN)/addlicense
-c "The Kubernetes Authors." \
-f LICENSE_TEMPLATE .
test: generate
test:
go test -cover ./...
fix: