add test to .PHONY

This commit is contained in:
Frank Braun 2020-08-20 02:50:42 +00:00
parent c0ffa3b4ce
commit 89d243bc6d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
.PHONY: all update-modules
.PHONY: all test update-modules
all:
env GO111MODULE=on go build -v ./...