Skip to content

Commit

Permalink
tmp: disable fail-fast while I'm debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
rasendubi committed Sep 4, 2024
1 parent 8dc84ee commit a28b29c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
linux:
runs-on: ${{ matrix.platform.runner }}
strategy:
fail-fast: false
matrix:
platform:
- runner: ubuntu-latest
Expand Down Expand Up @@ -107,6 +108,7 @@ jobs:
musllinux:
runs-on: ${{ matrix.platform.runner }}
strategy:
fail-fast: false
matrix:
platform:
- runner: ubuntu-latest
Expand Down Expand Up @@ -175,6 +177,7 @@ jobs:
windows:
runs-on: ${{ matrix.platform.runner }}
strategy:
fail-fast: false
matrix:
platform:
- runner: windows-latest
Expand Down Expand Up @@ -215,6 +218,7 @@ jobs:
macos:
runs-on: ${{ matrix.platform.runner }}
strategy:
fail-fast: false
matrix:
platform:
- runner: macos-12
Expand Down

0 comments on commit a28b29c

Please sign in to comment.