Try install instead of build

This commit is contained in:
nxshock 2019-07-21 15:02:58 +05:00
parent 1e10fd02d3
commit 38b6993bd6

View File

@ -1,5 +1,5 @@
all:
go test ./...
go build github.com/nxshock/signaller/cmd
go install github.com/nxshock/signaller/cmd
update-deps:
go mod tidy