blob: 9028ee8fbc42fc74dd049b7ad94eb3499ee0e883 [file] [log] [blame]
William Kurkianea869482019-04-09 15:16:11 -04001language: go
2
3env:
4 - GO111MODULE=off
5 - GO111MODULE=on
6
7go:
8 - 1.9.x
9 - 1.10.x
10 - 1.11.x
Abhilash S.L3b494632019-07-16 15:51:09 +053011 - 1.12.x
William Kurkianea869482019-04-09 15:16:11 -040012 - master
13
14matrix:
15 fast_finish: true
16 allow_failures:
17 - go: master
18
19sudo: false
20
21script:
22 - go test -v -cpu=2
23 - go test -v -cpu=2 -race
24 - go test -v -cpu=2 -tags noasm
25 - go test -v -cpu=2 -race -tags noasm