Skip to content

Commit

Permalink
chore: Tweak macOS test shards
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Feb 12, 2025
1 parent 8a1c3f8 commit e3ddf11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@ jobs:
elif [ "${{ matrix.test-index }}" = "1" ]; then
go test ./internal/cmd -run=TestScript -filter='^[e-hE-H]' -race
elif [ "${{ matrix.test-index }}" = "2" ]; then
go test ./internal/cmd -run=TestScript -filter='^[i-qI-Q]' -race
go test ./internal/cmd -run=TestScript -filter='^[i-lI-L]' -race
else
go test ./internal/cmd -run=TestScript -filter='^[r-zR-Z]' -race
go test ./internal/cmd -run=TestScript -filter='^[m-zM-Z]' -race
fi
test-oldstable-go:
needs: changes
Expand Down

0 comments on commit e3ddf11

Please sign in to comment.