restore the number of shards

This commit is contained in:
Aya Hassan
2026-04-23 00:24:56 +02:00
parent ee88defc44
commit 7c32c36012
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
strategy:
fail-fast: false
matrix:
shard: [2]
shard: [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]
# total number of shards =18 means tests will split into 18 thread and run in parallel to increase execution speed
# command for sharding :
# pytest --shard-id=<shard_number> --num-shards=<total_shards>