update runner

This commit is contained in:
Xuu 2020-08-17 11:11:12 -06:00
parent ce86126d5f
commit 1bbb8c4e6e
Signed by: xuu
GPG Key ID: 8B3B0604F164E04F

View File

@ -26,7 +26,7 @@ setup:
cd assets; npm i
fmt:
go fmt ./...
test:
test: $(ROUTE_ASSET) $(DOCS_ASSET)
go test ./...
go vet ./...
run: $(BINARY)