From f1597848b2ebe0a85e08a6023c414875879be1a3 Mon Sep 17 00:00:00 2001 From: nxshock Date: Sun, 21 Jul 2019 14:51:03 +0500 Subject: [PATCH] Make tests --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 763a28a..52149c0 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ all: - cd cmd; \ - go build + go test ./... + cd cmd + go build update-deps: - go mod tidy \ No newline at end of file + go mod tidy