From 2749862cc9ad16516d67dc86617b72fae17188dd Mon Sep 17 00:00:00 2001 From: ahmedsobeh Date: Mon, 5 Aug 2024 11:00:44 +0200 Subject: [PATCH] removed test exclusion Signed-off-by: ahmedsobeh --- .github/workflows/integration.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 21b5d1cf..4ab7c4a0 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -105,9 +105,6 @@ jobs: python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.9', 'pypy-3.10'] test-type: ['standalone', 'cluster'] connection-type: ['libvalkey', 'plain'] - exclude: - - test-type: 'cluster' - connection-type: 'libvalkey' env: ACTIONS_ALLOW_UNSECURE_COMMANDS: true name: RESP3 [${{ matrix.python-version }} ${{matrix.test-type}}-${{matrix.connection-type}}]