Run benchmarks for tests as well.

This commit is contained in:
Sebastian Zagrodzki
2017-03-01 10:58:34 +01:00
parent bed02e9838
commit 7c55d36758

View File

@@ -6,7 +6,7 @@ go:
- 1.8
- tip
script: go test -v -test.run='BCD|Parse' ./...
script: go test -v -test.run='BCD|Parse' -bench.run=. ./...
addons:
apt: