From c274821a1f2990a89bd682bc07252311e61a9a7c Mon Sep 17 00:00:00 2001 From: Shulhan Date: Thu, 21 Aug 2025 01:13:42 +0700 Subject: make: add task to run testing with dev mode --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index b186246..fda06e4 100644 --- a/Makefile +++ b/Makefile @@ -17,3 +17,7 @@ test: COVER_HTML=cover.html test: go test -failfast -timeout=1m -race -coverprofile=$(COVER_OUT) ./... go tool cover -html=$(COVER_OUT) -o $(COVER_HTML) + +.PHONY: dev.test +dev.test: + go run ./cmd/lilin -dev -- cgit v1.3