Commit c143e60f authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Merge pull request #1486 from roidrage/master

Run two builds in parallel with go get
parents 76e2b33a 971cdd22
......@@ -15,6 +15,6 @@ testrace:
go test -race $(TEST) $(TESTARGS)
updatedeps:
go get -u -v ./...
go get -u -v -p 2 ./...
.PHONY: bin default test updatedeps
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