Skip to content

Commit b3ed0bc

Browse files
committed
Reduce valkey runner count to 1
1 parent 21640af commit b3ed0bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,12 +1202,12 @@ jobs:
12021202

12031203
valkey:
12041204
env:
1205-
TOTAL_GROUPS: 2
1205+
TOTAL_GROUPS: 1
12061206

12071207
strategy:
12081208
fail-fast: false
12091209
matrix:
1210-
group-number: [1, 2]
1210+
group-number: [1]
12111211

12121212
runs-on: ubuntu-latest
12131213
container:

0 commit comments

Comments
 (0)