Disable test cache

This commit is contained in:
ekzyis 2023-11-03 20:35:34 +01:00
parent fc6fb9914e
commit 7a5c2cb063

View File

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