8000 Disable fail-fast on GitHub Actions. · matplotlib/matplotlib@90d0b9a · GitHub
[go: up one dir, main page]

Skip to content

Commit 90d0b9a

Browse files
committed
Disable fail-fast on GitHub Actions.
1 parent 5417682 commit 90d0b9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
runs-on: ${{ matrix.os }}
1919

2020
strategy:
21+
fail-fast: false
2122
matrix:
2223
include:
2324
- name-suffix: "(Minimum Versions)"

0 commit comments

Comments
 (0)
0