diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 9958f31efc9..efc2fb7f2c1 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -59,6 +59,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04, macos-13] + fail-fast: false steps: - name: Checkout Yosys uses: actions/checkout@v4 @@ -125,6 +126,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04, macos-13] + fail-fast: false steps: - name: Checkout Yosys uses: actions/checkout@v4