Browse Source

make: dont use -v on go test

pull/405/head
Ethan Buchman 7 years ago
parent
commit
bb5688b1be
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile 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"


Loading…
Cancel
Save