Don't fail-fast for GH actions to allow for easier CI debugging.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
3200026e1f
commit
c43ad2fab6
3
.github/workflows/interchange_ci.yml
vendored
3
.github/workflows/interchange_ci.yml
vendored
@ -66,6 +66,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [Build-yosys, Build-nextpnr]
|
||||
strategy:
|
||||
# Don't terminate jobs when one fails. This is important when
|
||||
# debugging CI failures.
|
||||
fail-fast: false
|
||||
matrix:
|
||||
device: [xc7a35t, xc7a100t, xc7a200t, xc7z010, LIFCL-17]
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user