Use verbose mode in all test runs

This commit is contained in:
Katrina Verey
2022-04-05 15:56:32 -04:00
parent 29104d6fa9
commit e96c38e3ab
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ $(MYGOBIN)/gorepomod: usage.go
.PHONY: test
test: $(MYGOBIN)/gorepomod
go test ./...
go test -v ./...
usage.go: README.md $(MYGOBIN)/goimports
go generate . \