aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
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