Skip to content

Commit 5c4103f

Browse files
fjlstwiname
authored andcommitted
.travis.yml: disable normal unit tests in cron job (ethereum#29746)
1 parent 4d4e115 commit 5c4103f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797

9898
# These builders run the tests
9999
- stage: build
100+
if: type = push
100101
os: linux
101102
arch: amd64
102103
dist: noble
@@ -105,6 +106,7 @@ jobs:
105106
- travis_wait 45 go run build/ci.go test $TEST_PACKAGES
106107

107108
- stage: build
109+
if: type = push
108110
os: linux
109111
dist: noble
110112
go: 1.21.x
@@ -146,5 +148,7 @@ jobs:
146148
os: linux
147149
dist: noble
148150
go: 1.22.x
151+
env:
152+
- racetests
149153
script:
150-
- 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

Comments
 (0)