test: go verbose on testing [ci skip]

This commit is contained in:
2021-11-09 11:36:24 +01:00
parent edb427a7ae
commit 2ba6445daa

View File

@ -32,7 +32,7 @@ static:
@staticcheck $(ABRA)
test:
@go test ./... -cover
@go test ./... -cover -v
loc:
@find . -name "*.go" | xargs wc -l