Adding generate to test phase.

This commit is contained in:
Nick Gerakines 2020-03-24 13:55:56 -04:00
parent 3169cfd90b
commit 4d1dcceed8
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ stages:
test:
stage: test
script:
- go generate ./...
- go test ./...
build: