We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0962f68 commit ac799e5Copy full SHA for ac799e5
.github/workflows/runtime_build_and_test.yml
@@ -373,9 +373,16 @@ jobs:
373
# TODO: Test more persistent configurations?
374
]
375
shard:
376
- - 1/3
377
- - 2/3
378
- - 3/3
+ - 1/10
+ - 2/10
+ - 3/10
379
+ - 4/10
380
+ - 5/10
381
+ - 6/10
382
+ - 7/10
383
+ - 8/10
384
+ - 9/10
385
+ - 10/10
386
runs-on: ubuntu-latest
387
steps:
388
- uses: actions/checkout@v4
0 commit comments