ci: run benchmarks if we have any
This commit is contained in:
@@ -5,5 +5,5 @@ install:
|
|||||||
- ./script/bootstrap
|
- ./script/bootstrap
|
||||||
script:
|
script:
|
||||||
- go build ./...
|
- go build ./...
|
||||||
- go test ./...
|
- go test -bench . ./...
|
||||||
- ./script/lint
|
- ./script/lint
|
||||||
|
|||||||
Reference in New Issue
Block a user