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: \