Skip to content

Commit 96601a7

Browse files
committed
add option to run the other elements of the testing matrix if one fails
1 parent 51efe01 commit 96601a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest, macos-latest, windows-latest]
1616
python-version: [3.7, 3.8, 3.9]
17+
fail-fast: false
1718

1819
runs-on: ${{ matrix.os }}
1920

0 commit comments

Comments
 (0)