We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d4e115 commit 5c4103fCopy full SHA for 5c4103f
.travis.yml
@@ -97,6 +97,7 @@ jobs:
97
98
# These builders run the tests
99
- stage: build
100
+ if: type = push
101
os: linux
102
arch: amd64
103
dist: noble
@@ -105,6 +106,7 @@ jobs:
105
106
- travis_wait 45 go run build/ci.go test $TEST_PACKAGES
107
108
109
110
111
112
go: 1.21.x
@@ -146,5 +148,7 @@ jobs:
146
148
147
149
150
go: 1.22.x
151
+ env:
152
+ - racetests
153
script:
- - travis_wait 50 go run build/ci.go test -race $TEST_PACKAGES
154
+ - travis_wait 60 go run build/ci.go test -race $TEST_PACKAGES
0 commit comments