0
0
forked from toolshed/abra

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) @staticcheck $(ABRA)
test: test:
@go test ./... -cover @go test ./... -cover -v
loc: loc:
@find . -name "*.go" | xargs wc -l @find . -name "*.go" | xargs wc -l