test: go verbose on testing [ci skip]

This commit is contained in:
decentral1se 2021-11-09 11:36:24 +01:00
parent edb427a7ae
commit 2ba6445daa
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

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