Commit c2ee1399 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Don't install test dependencies

parent d9b07bcf
......@@ -9,7 +9,6 @@ format:
test:
@go list -f '{{range .TestImports}}{{.}}\
{{end}}' ./... | xargs -n1 go get -d
@go test -i ./...
go test ./...
go test ./... 2>/dev/null
.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