9 lines
139 B
YAML
9 lines
139 B
YAML
when:
|
|
- event: cron
|
|
|
|
steps:
|
|
shuffled-race-tests:
|
|
image: golang:1.25
|
|
commands:
|
|
- go test -race -shuffle=on -count=3 ./...
|