diff options
| author | Shulhan <ms@kilabit.info> | 2025-08-21 01:13:42 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-08-21 01:13:42 +0700 |
| commit | c274821a1f2990a89bd682bc07252311e61a9a7c (patch) | |
| tree | b2e3cb8b132468c99b68544927c0b5fc229c4dc0 | |
| parent | b8cb830761bf983a29d88363193806971036ab8e (diff) | |
| download | lilin-c274821a1f2990a89bd682bc07252311e61a9a7c.tar.xz | |
make: add task to run testing with dev mode
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
