From 18107bdac83806b4bed97ef0821c917886832070 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Fri, 3 Nov 2023 23:00:09 +0100 Subject: [PATCH] Only test handler package and use -v since there are only tests in the handler package so far --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6acc4e2..4108322 100644 --- a/Makefile +++ b/Makefile @@ -11,4 +11,4 @@ run: go run . test: - go test -count=1 ./server/... ./db/... ./lnd/... + go test -v -count=1 ./server/router/handler/...