gitlab-ci: build and lint simultaneously

This commit is contained in:
s3lph 2022-04-08 21:29:41 +02:00
parent ded845ed46
commit 11fc24c6ce

View file

@ -5,11 +5,10 @@ before_script:
- go get -v
stages:
- build
- test
compile:
stage: build
stage: test
script:
- go build