update runner

This commit is contained in:
Xuu 2020-08-17 09:46:19 -06:00
parent a40cd4757f
commit 395be62e13
Signed by: xuu
GPG Key ID: 8B3B0604F164E04F

View File

@ -22,7 +22,8 @@ clean:
setup:
cd assets; npm i
go mod download
go mod vendor
fmt:
go fmt ./...
test: