added benchmarking to drone
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
89ebae6daf
commit
b0b8ac2d5b
1 changed files with 2 additions and 1 deletions
|
@ -3,8 +3,9 @@ kind: pipeline
|
|||
name: default
|
||||
|
||||
steps:
|
||||
- name: build library
|
||||
- name: build, test and benchmark
|
||||
image: golang
|
||||
commands:
|
||||
- go test
|
||||
- go test -bench=.
|
||||
- go build
|
||||
|
|
Loading…
Add table
Reference in a new issue