ci: increase partitions for crate-checks to 3 (#20261)

This commit is contained in:
Alexey Shekhirin
2025-12-10 13:02:11 +00:00
committed by GitHub
parent 6e00b99b67
commit 505a384b10

View File

@@ -96,8 +96,8 @@ jobs:
runs-on: depot-ubuntu-latest-16
strategy:
matrix:
partition: [1, 2]
total_partitions: [2]
partition: [1, 2, 3]
total_partitions: [3]
timeout-minutes: 60
steps:
- uses: actions/checkout@v6