test: woops, keep unit test target default

This commit is contained in:
2023-09-21 12:06:41 +02:00
parent 8f1231e409
commit 9b6eb613aa

View File

@ -42,7 +42,7 @@ check:
@test -z $$(gofmt -l .) || \
(echo "gofmt: formatting issue - run 'make format' to resolve" && exit 1)
unit-test:
test:
@go test ./... -cover -v
loc: