From cb8e7f4fef060e0b8c942ca8a4dbe92ff61a0a02 Mon Sep 17 00:00:00 2001 From: bodqhrohro Date: Thu, 5 Dec 2019 23:21:07 +0200 Subject: Add tests for sessions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 662ce26..6ea87f9 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ all: go build -o telegabber test: - go test -v ./config ./ ./telegram ./xmpp/gateway + go test -v ./config ./ ./telegram ./xmpp/gateway ./persistence lint: $(GOPATH)/bin/golint ./... -- cgit v1.2.3