From 04d2eb6ea2afc5c64065d2e6bcb7587b8e7f1742 Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Sat, 17 Nov 2018 21:22:22 +0100 Subject: [PATCH] ci: Added benchmarks to tests. --- .drone.yml | 1 + 1 file changed, 1 insertion(+) 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: