From 7c32c360127cce4b0b029bb4294e225143f40d85 Mon Sep 17 00:00:00 2001 From: Aya Hassan Date: Thu, 23 Apr 2026 00:24:56 +0200 Subject: [PATCH] restore the number of shards --- .github/workflows/test_common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index 1625ffb1b..2b276404a 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -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= --num-shards=