Skip to content

Commit

Permalink
chore(tests): turn off fast fail for conformance tets (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche authored Oct 26, 2023
1 parent 1d3a7c1 commit 50531e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/conformance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50531e5

Please sign in to comment.