gtq/.drone.yml
Tessa Nordgren b0b8ac2d5b
All checks were successful
continuous-integration/drone/push Build is passing
added benchmarking to drone
2021-03-12 18:48:58 -08:00

12 lines
149 B
YAML

---
kind: pipeline
name: default
steps:
- name: build, test and benchmark
image: golang
commands:
- go test
- go test -bench=.
- go build