ci: ensured Makefile test goal is "phony"

This commit is contained in:
Geoff Bourne 2020-07-05 20:14:14 -05:00
parent 6e726fb137
commit 1f31bc11d8
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
.PHONY: test
test:
go test ./...
.PHONY: release
release:
curl -sL https://git.io/goreleaser | bash
curl -sL https://git.io/goreleaser | bash