make: dont use -v on go test

This commit is contained in:
Ethan Buchman
2017-02-14 17:09:47 -05:00
parent 6f83f0bd4e
commit bb5688b1be
+1 -1
View File
@@ -22,7 +22,7 @@ dist:
test:
@echo "--> Running go test"
@go test -v $(PACKAGES)
@go test $(PACKAGES)
test_race:
@echo "--> Running go test --race"