Skip to content

Commit 2b239d5

Browse files
committed
[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.
1 parent b888986 commit 2b239d5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/runtime_build_and_test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -373,9 +373,11 @@ jobs:
373373
# TODO: Test more persistent configurations?
374374
]
375375
shard:
376-
- 1/3
377-
- 2/3
378-
- 3/3
376+
- 1/5
377+
- 2/5
378+
- 3/5
379+
- 4/5
380+
- 5/5
379381
runs-on: ubuntu-latest
380382
steps:
381383
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)