Commit 6a11a1d
committed
Disable fail-fast in Github Actions configuration
By default, Github Actions has the fail-fast option enabled, which means
that the first job to fail in a matrix causes the whole matrix to be
immediately canceled. This makes it impossible to identify when a bug
causing a job failure is specific to certain versions of Python. In this
commit I'm setting the option to false so that each job will run to
completion even if one fails.1 parent 8cb64d9 commit 6a11a1d
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments