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:
- go build ./...
- go test ./...
- go test -bench . ./...
- ./script/lint