From 14fe22f1c1b4056daf80338b32d341afa686bd0d Mon Sep 17 00:00:00 2001 From: Daniel Sanche Date: Tue, 24 Oct 2023 22:16:32 +0000 Subject: [PATCH] chore(tests): turn off fast fail for conformance tets --- .github/workflows/conformance.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/conformance.yaml b/.github/workflows/conformance.yaml index bffbf68cc..33ff1cfaf 100644 --- a/.github/workflows/conformance.yaml +++ b/.github/workflows/conformance.yaml @@ -26,6 +26,7 @@ jobs: matrix: py-version: [ 3.8 ] client-type: [ "Async v3", "Legacy" ] + fail-fast: false name: "${{ matrix.client-type }} Client / Python ${{ matrix.py-version }}" steps: - uses: actions/checkout@v3