kind: pipeline
type: docker
name: test
steps:
- name: test
image: fat0troll/tdlib-golangci
commands:
- go test -test.v -cover `go list ./... | grep -v examples | grep -v internal`
environment:
GOFLAGS: -mod=vendor
- name: lint
- golangci-lint -v run