Skip to content

Commit 8cfa4f3

Browse files
committed
[NO MERGE] ci: Temporarily disable fail-fast
This allows us to see which targets are currently failing the build.
1 parent 2e1ddfc commit 8cfa4f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
ci:
1313
name: "${{ matrix.m.type }}: ${{ matrix.m.name }}"
1414
strategy:
15-
fail-fast: true
15+
fail-fast: false
1616
matrix:
1717
m:
1818
- type: board

0 commit comments

Comments
 (0)