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 5, 2024
1 parent 261edbf commit baab2ac
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 baab2ac

Please sign in to comment.