test: woops, keep unit test target default
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2023-09-21 12:06:41 +02:00
parent 8f1231e409
commit 9b6eb613aa
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 1 deletions

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: