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 - go get -v
stages: stages:
- build
- test - test
compile: compile:
stage: build stage: test
script: script:
- go build - go build