diff --git a/Makefile b/Makefile index ba0759f4..cbe6b1d6 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ check: @test -z $$(gofmt -l .) || \ (echo "gofmt: formatting issue - run 'make format' to resolve" && exit 1) -unit-test: +test: @go test ./... -cover -v loc: