Skip to content

Commit 51d1db1

Browse files
committed
CI: fail-fast=False
1 parent 3b23655 commit 51d1db1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ jobs:
55
checks:
66
runs-on: ubuntu-latest
77
strategy:
8+
fail-fast: false
89
matrix:
910
include:
1011
- python-version: 3.8

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ jobs:
55
tests:
66
runs-on: ${{ matrix.os }}
77
strategy:
8+
fail-fast: false
89
matrix:
910
os: [ubuntu-latest, macos-10.15]
1011
python-version: ["3.7", "3.8", "3.9", "3.10"]

0 commit comments

Comments
 (0)