From 7858f9730597345cd4d88d94c14a8abc5d9c60cd Mon Sep 17 00:00:00 2001 From: altafan <18440657+altafan@users.noreply.github.com> Date: Thu, 14 Sep 2023 16:52:23 +0200 Subject: [PATCH] Fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 68964fc7..59dcc53d 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ vet: @go vet ./... ## test: runs unit and component tests -test: fmt +test: @echo "Running unit tests..." @go test -v -count=1 -race ./...