From f01e2a4dbc79da3642dbd46057cb0d678cb16853 Mon Sep 17 00:00:00 2001 From: nkanaev Date: Fri, 10 Jul 2026 19:20:25 +0100 Subject: [PATCH] update makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 02f576e..b5b2391 100644 --- a/makefile +++ b/makefile @@ -83,7 +83,7 @@ YARR_DB ?= local.db serve: assets go run $(GO_FLAGS_DEBUG) ./cmd/yarr -db "$(YARR_DB)" -test: +test: assets go test $(GO_FLAGS) ./... .PHONY: \