added benchmarking to drone
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tessa Nordgren 2021-03-12 18:48:58 -08:00
parent 89ebae6daf
commit b0b8ac2d5b

View File

@ -3,8 +3,9 @@ kind: pipeline
name: default name: default
steps: steps:
- name: build library - name: build, test and benchmark
image: golang image: golang
commands: commands:
- go test - go test
- go test -bench=.
- go build - go build