blob: fd6c6db713d3a042292920f3f86edea5c7469e2f [file] [log] [blame]
Scott Baker2d897982019-09-24 11:50:08 -07001language: go
2
Scott Baker8487c5d2019-10-18 12:49:46 -07003env:
4 - GO111MODULE=off
5
Scott Baker2d897982019-09-24 11:50:08 -07006go:
7 - 1.9.x
8 - 1.10.x
Scott Baker8487c5d2019-10-18 12:49:46 -07009 - 1.11.x
10 - 1.12.x
Scott Baker2d897982019-09-24 11:50:08 -070011 - 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
Scott Baker8487c5d2019-10-18 12:49:46 -070023 - go test -v -cpu=2 -tags noasm
24 - go test -v -cpu=2 -race -tags noasm