Revert "Gah. s/bench.run/test.bench/"

This reverts commit 42e4e1a37d.
This commit is contained in:
Sebastian Zagrodzki
2017-03-01 11:13:16 +01:00
parent 42e4e1a37d
commit 2c956c55d8

View File

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