diff --git a/Makefile b/Makefile index 1a65056..f2e3780 100644 --- a/Makefile +++ b/Makefile @@ -11,4 +11,4 @@ run: go run . test: - go test ./server/... ./db/... ./lnd/... + go test -count=1 ./server/... ./db/... ./lnd/...