add vet command and step to pipeline
This commit is contained in:
parent
8d457da2b9
commit
8f7966cab3
@ -19,6 +19,12 @@ format:
|
||||
script:
|
||||
- make check/fmt
|
||||
|
||||
vet:
|
||||
extends: .go_template
|
||||
stage: test
|
||||
script:
|
||||
- make vet
|
||||
|
||||
test:
|
||||
extends: .go_template
|
||||
stage: test
|
||||
|
Loading…
x
Reference in New Issue
Block a user