From c83f8c72aed149a17c22df473a0d0b1f62733fe9 Mon Sep 17 00:00:00 2001 From: Luca Foppiano Date: Wed, 1 Jan 2025 11:05:49 +0100 Subject: [PATCH] fail fast --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 5c49c0c..8acf07c 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ] - fail-fast: false + fail-fast: true steps: - uses: actions/checkout@v4