diff --git a/Makefile b/Makefile index f204a09..6a0345b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ +.PHONY: test test: go test ./... .PHONY: release release: - curl -sL https://git.io/goreleaser | bash \ No newline at end of file + curl -sL https://git.io/goreleaser | bash