[ci] Bump number of shards for test_build to 5

I noticed `test_build` can take a while so let's bump the number of shards to 5.
This commit is contained in:
Lauren Tan
2025-03-20 17:23:49 -04:00
parent b888986054
commit 2b239d5ea7
+5 -3
View File
@@ -373,9 +373,11 @@ jobs:
# TODO: Test more persistent configurations?
]
shard:
- 1/3
- 2/3
- 3/3
- 1/5
- 2/5
- 3/5
- 4/5
- 5/5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4