Update .gitlab-ci.yml
This commit is contained in:
parent
876718bec2
commit
f0f35185dc
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ stages:
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- go test -race $(go list ./... | grep -v /vendor/)
|
- go test -race
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
|
Loading…
Reference in a new issue