From 9b6eb613aadaea7bc047a5ce11a6a5b86ca76c5a Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 21 Sep 2023 12:06:41 +0200 Subject: [PATCH] test: woops, keep unit test target default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ba0759f4..cbe6b1d6 100644 --- a/Makefile +++ b/Makefile @@ -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: