aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-08-21 01:13:42 +0700
committerShulhan <ms@kilabit.info>2025-08-21 01:13:42 +0700
commitc274821a1f2990a89bd682bc07252311e61a9a7c (patch)
treeb2e3cb8b132468c99b68544927c0b5fc229c4dc0
parentb8cb830761bf983a29d88363193806971036ab8e (diff)
downloadlilin-c274821a1f2990a89bd682bc07252311e61a9a7c.tar.xz
make: add task to run testing with dev mode
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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