blob: fd6c6db713d3a042292920f3f86edea5c7469e2f [file] [log] [blame]
Scott Bakered4efab2020-01-13 19:12:25 -08001language: go
2
3env:
4 - GO111MODULE=off
5
6go:
7 - 1.9.x
8 - 1.10.x
9 - 1.11.x
10 - 1.12.x
11 - 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
23 - go test -v -cpu=2 -tags noasm
24 - go test -v -cpu=2 -race -tags noasm