blob: 64d202aa5c4aa88565d1ab1445c6c1dc47963690 [file] [log] [blame]
khenaidooac637102019-01-14 15:44:34 -05001language: go
2go:
3- "1.7"
4- "1.8"
5- "1.9"
6- "1.10"
7- "master"
8matrix:
9 allow_failures:
10 - go: "master"
11script:
12 - go test -v -race -cpu=1,2,4 -bench . -benchmem ./...
13 - go test -v -tags binary_log -race -cpu=1,2,4 -bench . -benchmem ./...