Update .gitlab-ci.yml

This commit is contained in:
Bruno Carlin 2019-11-05 14:19:21 +00:00
parent 876718bec2
commit f0f35185dc

View file

@ -20,7 +20,7 @@ stages:
test:
stage: test
script:
- go test -race $(go list ./... | grep -v /vendor/)
- go test -race
pages:
stage: deploy