diff --git a/.github/workflows/interchange_ci.yml b/.github/workflows/interchange_ci.yml index e72d7378..4c451c30 100644 --- a/.github/workflows/interchange_ci.yml +++ b/.github/workflows/interchange_ci.yml @@ -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: