From d94de74db7cae4192f82660d3d17f5ef2319a591 Mon Sep 17 00:00:00 2001 From: Matheus Levy <48130978+MatheusLevy@users.noreply.github.com> Date: Mon, 23 Jun 2025 23:25:50 -0300 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b2d53a6..7407c2e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ jobs: test: runs-on: ubuntu-latest strategy: - fail-fast: true + fail-fast: false matrix: python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] @@ -32,4 +32,4 @@ jobs: - name: Run tests with pytest run: | - pytest tests/ \ No newline at end of file + pytest tests/