Adding generate to build phase.

This commit is contained in:
Nick Gerakines 2020-03-24 13:59:06 -04:00
parent 4d1dcceed8
commit 3a3cdcb3a6
1 changed files with 1 additions and 0 deletions

View File

@ -13,4 +13,5 @@ test:
build:
stage: build
script:
- go generate ./...
- go build