diff --git a/Makefile b/Makefile index 0d4ddc97..ec1afec3 100644 --- a/Makefile +++ b/Makefile @@ -44,4 +44,5 @@ check: check-golangci fix: fix-golangci .PHONY: test -test: go test -v -race ./... +test: + go test -v -race ./...