ntree/.drone.yml
Tessa Nordgren 8e9334fe3c
All checks were successful
continuous-integration/drone/push Build is passing
added drone build config
2021-03-12 18:50:19 -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