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