From c43ad2fab6b35a4b9748ce4bb8807a8fe5205b0d Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Mon, 5 Apr 2021 10:10:11 -0700 Subject: Don't fail-fast for GH actions to allow for easier CI debugging. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- .github/workflows/interchange_ci.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github/workflows/interchange_ci.yml') 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: -- cgit v1.2.3