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