From 198ad8fbe684b05e0e3d2d023cbce5f0d98ffbd8 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Wed, 21 May 2025 21:40:48 +0200 Subject: [PATCH] chore(Makefile): rename unit test --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ab110de..206b0c5 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,8 @@ ${EXECUTABLE}: # TEST # ============================================================================== -PHONY+=test -test: clean ${EXECUTABLE} +PHONY+=test/unit +test/unit: clean ${EXECUTABLE} go test -v ./pkg/... # CLEAN