Skip to content

Commit

Permalink
[NO MERGE] ci: Temporarily disable fail-fast
Browse files Browse the repository at this point in the history
This allows us to see which targets are currently failing the build.
  • Loading branch information
Rahix committed Nov 4, 2024
1 parent 2e1ddfc commit 8cfa4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
ci:
name: "${{ matrix.m.type }}: ${{ matrix.m.name }}"
strategy:
fail-fast: true
fail-fast: false
matrix:
m:
- type: board
Expand Down

0 comments on commit 8cfa4f3

Please sign in to comment.