Only test handler package and use -v

since there are only tests in the handler package so far
This commit is contained in:
ekzyis 2023-11-03 23:00:09 +01:00
parent e2a09ccdd1
commit 18107bdac8

View File

@ -11,4 +11,4 @@ run:
go run . go run .
test: test:
go test -count=1 ./server/... ./db/... ./lnd/... go test -v -count=1 ./server/router/handler/...