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