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
|
||||
|
||||
stages:
|
||||
- build
|
||||
- test
|
||||
|
||||
compile:
|
||||
stage: build
|
||||
stage: test
|
||||
script:
|
||||
- go build
|
||||
|
||||
|
|
Loading…
Reference in a new issue