ci: run benchmarks if we have any

This commit is contained in:
Michael McLoughlin
2018-12-26 17:11:54 -08:00
parent 662ae52758
commit bf6031521f

View File

@@ -5,5 +5,5 @@ install:
- ./script/bootstrap - ./script/bootstrap
script: script:
- go build ./... - go build ./...
- go test ./... - go test -bench . ./...
- ./script/lint - ./script/lint