Skip to content

Commit c189b80

Browse files
committed
chore(ci): do not fail-fast on builds
Continuing builds on other OS/python-version helps figuring out if the problem is OS or Python specific.
1 parent fad77b2 commit c189b80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
build:
3434
runs-on: ${{ matrix.os }}
3535
strategy:
36+
fail-fast: false
3637
matrix:
3738
os: [ubuntu-latest, macos-latest, windows-latest]
3839
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']

0 commit comments

Comments
 (0)