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:
Keith Rothman 2021-04-05 10:10:11 -07:00
parent 3200026e1f
commit c43ad2fab6

View File

@ -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: