diff --git a/.drone.yml b/.drone.yml index 1c4a673..6354f94 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,7 @@ pipeline: image: golang:${GO_VERSION} commands: - go test ./... -v + - go test -bench ./... matrix: GO_VERSION: