diff options
| -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 |
