Do not fail fast when matrix build fails
This commit is contained in:
parent
d793c9902f
commit
634edac438
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pcb-tools.yml
vendored
1
.github/workflows/pcb-tools.yml
vendored
|
|
@ -5,6 +5,7 @@ on: [push]
|
|||
jobs:
|
||||
test:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [3.5, 3.6, 3.7, 3.8]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue