1
Fork 0

Enable vendor mode in CI, verbose lint

master
Vladimir Hodakov 2019-10-08 05:47:19 +04:00
parent 33024e3ef3
commit c0596c5d9d
Signed by: Vladimir Hodakov
GPG Key ID: 673980B6882F82C6
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ steps:
- name: test
image: fat0troll/tdlib-golangci
commands:
- go test -test.v -cover `go list ./... | grep -v examples | grep -v internal`
- go -mod=vendor test -test.v -cover `go list ./... | grep -v examples | grep -v internal`
- name: lint
image: fat0troll/tdlib-golangci
commands:
- golangci-lint run
- golangci-lint -v run