diff --git a/Makefile b/Makefile index 4fe52765b..be9c4d90b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: clean all test test: - go test -race + go test -race ./... for dir in cmd/* ; do \ (cd "$$dir"; go build -race) \ done