gitlab-ci.yml: run tests before building
This commit is contained in:
parent
0cce223f1a
commit
c58b63b3b3
@ -1,9 +1,9 @@
|
|||||||
stages:
|
stages:
|
||||||
- check-dco
|
- check-dco
|
||||||
- go-fmt
|
- go-fmt
|
||||||
|
- go-test
|
||||||
- build-src
|
- build-src
|
||||||
- build-docker
|
- build-docker
|
||||||
- go-test
|
|
||||||
- docker-registry
|
- docker-registry
|
||||||
|
|
||||||
check-dco:
|
check-dco:
|
||||||
|
Loading…
Reference in New Issue
Block a user