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,3 +1,4 @@
.PHONY: test
test: test:
go test ./... go test ./...