Gah. s/bench.run/test.bench/

This commit is contained in:
Sebastian Zagrodzki
2017-03-01 11:04:41 +01:00
parent 7c55d36758
commit 42e4e1a37d

View File

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