Make tests

This commit is contained in:
nxshock 2019-07-21 14:51:03 +05:00
parent 2919be97bf
commit f1597848b2

View File

@ -1,5 +1,6 @@
all: all:
cd cmd; \ go test ./...
go build cd cmd
go build
update-deps: update-deps:
go mod tidy go mod tidy