diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 892bfce9ad..f59b55f667 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -435,12 +435,12 @@ jobs: kafka: env: - TOTAL_GROUPS: 2 + TOTAL_GROUPS: 4 strategy: fail-fast: false matrix: - group-number: [1, 2] + group-number: [1, 2, 3, 4] runs-on: ubuntu-latest timeout-minutes: 30