modules/.drone.yml

14 lines
201 B
YAML
Raw Permalink Normal View History

2023-03-01 08:53:18 +00:00
kind: pipeline
2023-04-18 14:09:24 +00:00
type: docker
2023-03-01 08:53:18 +00:00
name: pipeline
steps:
- name: lint
image: golang
commands:
- make lint
- name: test with race and cover
image: golang
commands:
- make test