.travis.yml: add label to race tests job

This commit is contained in:
Felix Lange 2024-05-09 12:43:18 +02:00
parent 841783b3ce
commit 37dc891e39

View file

@ -148,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