Enable vendor mode in CI, verbose lint
This commit is contained in:
parent
33024e3ef3
commit
c0596c5d9d
@ -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
|
Reference in New Issue
Block a user