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

13 lines
282 B
YAML
Raw Normal View History

2019-10-08 05:45:02 +04:00
kind: pipeline
type: docker
name: test
steps:
- name: test
image: fat0troll/tdlib-golangci
commands:
2019-10-08 05:48:19 +04:00
- go test -mod=vendor -test.v -cover `go list ./... | grep -v examples | grep -v internal`
2019-10-08 05:45:02 +04:00
- name: lint
image: fat0troll/tdlib-golangci
commands:
2019-10-08 05:47:19 +04:00
- golangci-lint -v run