diff --git a/Makefile b/Makefile index f04a8970c..e54aa8cb6 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,6 @@ format: test: @go list -f '{{range .TestImports}}{{.}}\ {{end}}' ./... | xargs -n1 go get -d - go test ./... 2>/dev/null + go test ./... .PHONY: all format test