Skip to content

Commit

Permalink
ci: Disable fail fast for test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed Mar 21, 2024
1 parent ccd1d39 commit 1fe1e5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, macos-13]
fail-fast: false
steps:
- name: Checkout Yosys
uses: actions/checkout@v4
Expand Down Expand Up @@ -125,6 +126,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, macos-13]
fail-fast: false
steps:
- name: Checkout Yosys
uses: actions/checkout@v4
Expand Down

0 comments on commit 1fe1e5b

Please sign in to comment.