blob: fd6c6db713d3a042292920f3f86edea5c7469e2f [file] [log] [blame]
khenaidooac637102019-01-14 15:44:34 -05001language: go
2
3env:
4 - GO111MODULE=off
khenaidooac637102019-01-14 15:44:34 -05005
6go:
7 - 1.9.x
8 - 1.10.x
9 - 1.11.x
Scott Bakerbeb3cfa2019-10-01 14:44:30 -070010 - 1.12.x
khenaidooac637102019-01-14 15:44:34 -050011 - master
12
13matrix:
14 fast_finish: true
15 allow_failures:
16 - go: master
17
18sudo: false
19
20script:
21 - go test -v -cpu=2
22 - go test -v -cpu=2 -race
William Kurkiandaa6bb22019-03-07 12:26:28 -050023 - go test -v -cpu=2 -tags noasm
24 - go test -v -cpu=2 -race -tags noasm