gtq/.drone.yml

12 lines
149 B
YAML
Raw Normal View History

---
kind: pipeline
name: default
steps:
2021-03-13 02:48:58 +00:00
- name: build, test and benchmark
image: golang
commands:
- go test
2021-03-13 02:48:58 +00:00
- go test -bench=.
- go build