We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca1b22 commit 3ff14a2Copy full SHA for 3ff14a2
.github/workflows/test.yml
@@ -37,6 +37,7 @@ jobs:
37
needs: lint
38
runs-on: ${{ matrix.os }}
39
strategy:
40
+ fail-fast: false
41
matrix:
42
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
43
python_version: ['3.12']
0 commit comments