Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
  • Loading branch information
knopers8 authored Nov 21, 2025
commit f4657ba7aeda14690f53e35150b58c7a7d1dffd6
1 change: 1 addition & 0 deletions .github/workflows/control.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
name: Basic Make Check
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-24.04]
go: [ '1.24.2' ]
Expand Down