Commit c2ee1399 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Don't install test dependencies

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