Skip to content

Commit

Permalink
.travis.yml: disable normal unit tests in cron job (#29746)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl committed May 9, 2024
1 parent 6d51c1f commit 0e456d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -97,6 +97,7 @@ jobs:

# These builders run the tests
- stage: build
if: type = push
os: linux
arch: amd64
dist: noble
Expand All @@ -105,6 +106,7 @@ jobs:
- travis_wait 45 go run build/ci.go test $TEST_PACKAGES

- stage: build
if: type = push
os: linux
dist: noble
go: 1.21.x
Expand Down Expand Up @@ -146,5 +148,7 @@ jobs:
os: linux
dist: noble
go: 1.22.x
env:
- racetests
script:
- travis_wait 50 go run build/ci.go test -race $TEST_PACKAGES
- travis_wait 60 go run build/ci.go test -race $TEST_PACKAGES

0 comments on commit 0e456d9

Please sign in to comment.