Skip to content

Commit 01ab88e

Browse files
committed
Continue all remaining jobs in make check if one fails
Given that our checks are rather lightweight, it's useful to avoid cancelling other jobs in the matrix if one fails. This way we can recognize if an issue is platform-specific or is intermittent.
1 parent d9ccf54 commit 01ab88e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/control.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
name: Basic Make Check
1212
runs-on: ${{ matrix.os }}
1313
strategy:
14+
fail-fast: false
1415
matrix:
1516
os: [macOS-latest, ubuntu-24.04]
1617
go: [ '1.24.2' ]

0 commit comments

Comments
 (0)