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