mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
.travis.yml: add label to race tests job
This commit is contained in:
parent
841783b3ce
commit
37dc891e39
1 changed files with 2 additions and 0 deletions
|
|
@ -148,5 +148,7 @@ jobs:
|
||||||
os: linux
|
os: linux
|
||||||
dist: noble
|
dist: noble
|
||||||
go: 1.22.x
|
go: 1.22.x
|
||||||
|
env:
|
||||||
|
- racetests
|
||||||
script:
|
script:
|
||||||
- travis_wait 50 go run build/ci.go test -race $TEST_PACKAGES
|
- travis_wait 50 go run build/ci.go test -race $TEST_PACKAGES
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue