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 13, 2025
1 parent b5b8095 commit 1ffa1da
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 @@ -382,9 +382,9 @@ jobs:
} elseif (${{ matrix.test-index }} -eq 1) {
go test ./internal/cmd -run=TestScript -filter='^[d-fD-F]' -race
} elseif (${{ matrix.test-index }} -eq 2) {
go test ./internal/cmd -run=TestScript -filter='^[g-mG-M]' -race
go test ./internal/cmd -run=TestScript -filter='^[g-lG-L]' -race
} else {
go test ./internal/cmd -run=TestScript -filter='^[n-zN-Z]' -race
go test ./internal/cmd -run=TestScript -filter='^[m-zM-Z]' -race
}
check:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 1ffa1da

Please sign in to comment.