1
Fork 0
This repository has been archived on 2022-11-04. You can view files and clone it, but cannot push or open issues/pull-requests.
fwzookeeper_helper/.drone.yml

17 lines
350 B
YAML

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
image: fat0troll/tdlib-golangci
commands:
- golangci-lint -v run
environment:
GOFLAGS: -mod=vendor