Browse Source

ci: Added benchmarks to tests.

master
Gisle Aune 6 years ago
parent
commit
04d2eb6ea2
  1. 1
      .drone.yml

1
.drone.yml

@ -7,6 +7,7 @@ pipeline:
image: golang:${GO_VERSION}
commands:
- go test ./... -v
- go test -bench ./...
matrix:
GO_VERSION:

Loading…
Cancel
Save