Fix max number of shards error

This commit is contained in:
aya 2024-12-12 10:39:53 +02:00
parent f257591626
commit 6d52f4d00e

View File

@ -37,7 +37,7 @@ jobs:
name: tests
strategy:
matrix:
shard: [ 1, 2 ]
shard: [ 0,1 ]
runs-on: ubuntu-latest
timeout-minutes: 120
steps: