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:
|
||||
stage: test
|
||||
script:
|
||||
- go test -race $(go list ./... | grep -v /vendor/)
|
||||
- go test -race
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
|
|
Loading…
Reference in a new issue