From d6a6332729729b63b0d2a685ed929aef045b0645 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 30 Nov 2025 17:26:28 +0100 Subject: CI: fail fast. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ebed0350e..751d8f413 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest strategy: - fail-fast: false # for now + fail-fast: true matrix: versions: - ghc: '8.10' -- cgit v1.2.3