gitlab-ci: build and lint simultaneously
This commit is contained in:
parent
ded845ed46
commit
11fc24c6ce
1 changed files with 1 additions and 2 deletions
|
@ -5,11 +5,10 @@ before_script:
|
||||||
- go get -v
|
- go get -v
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
|
||||||
- test
|
- test
|
||||||
|
|
||||||
compile:
|
compile:
|
||||||
stage: build
|
stage: test
|
||||||
script:
|
script:
|
||||||
- go build
|
- go build
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue