Commit 9849a98b authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Show the stderr for when test builds fail

parent 216d5cb0
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment