ntree/.drone.yml

12 lines
149 B
YAML
Raw Normal View History

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