Skip to content

Commit d21d4a6

Browse files
committed
CI: disable fail-fast behavior
To find out if any jobs are actually succeeding.
1 parent 9264ac7 commit d21d4a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
name: ${{ matrix.os }} (python ${{ matrix.python-version }}, java ${{matrix.java-version}})
1919
runs-on: ${{ matrix.os }}
2020
strategy:
21+
fail-fast: false
2122
matrix:
2223
os: [ubuntu-latest, windows-latest, macos-latest]
2324
python-version: ['3.9', '3.12']

0 commit comments

Comments
 (0)