Skip to content

Commit

Permalink
Don't fail fast
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Algarvio <[email protected]>
  • Loading branch information
s0undt3ch committed Jun 8, 2023
1 parent 2276e32 commit 170d434
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
fail-fast: false
max-parallel: 6
matrix:
python-version:
Expand Down Expand Up @@ -129,6 +130,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 10
strategy:
fail-fast: false
max-parallel: 6
matrix:
python-version:
Expand Down Expand Up @@ -223,6 +225,7 @@ jobs:
runs-on: windows-latest
timeout-minutes: 10
strategy:
fail-fast: false
max-parallel: 6
matrix:
python-version:
Expand Down

0 comments on commit 170d434

Please sign in to comment.