Skip to content

Commit ad2d69e

Browse files
committed
Do not fail fast so we can see which jobs are failing
1 parent 549f064 commit ad2d69e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/master.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19+
fail-fast: false
1920
os: [windows-latest, ubuntu-22.04, macos-latest]
2021
# https://devguide.python.org/versions/
2122
python-version: ["3.10", "3.11", "3.12", "3.13"]

0 commit comments

Comments
 (0)