1

Enable vendor mode in CI, verbose lint

This commit is contained in:
2019-10-08 05:47:19 +04:00
parent 33024e3ef3
commit c0596c5d9d

@@ -6,8 +6,8 @@ steps:
- name: test - name: test
image: fat0troll/tdlib-golangci image: fat0troll/tdlib-golangci
commands: 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 - name: lint
image: fat0troll/tdlib-golangci image: fat0troll/tdlib-golangci
commands: commands:
- golangci-lint run - golangci-lint -v run