modules/.drone.yml

14 lines
201 B
YAML

kind: pipeline
type: docker
name: pipeline
steps:
- name: lint
image: golang
commands:
- make lint
- name: test with race and cover
image: golang
commands:
- make test