From 79cdf77374e7eab4886cb3261dc20285ec4018e9 Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Thu, 25 Apr 2024 12:18:36 +0200 Subject: [PATCH] add --- .github/workflows/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5b9ab47c..9158ccc7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,8 +27,10 @@ jobs: test: name: test on ${{ matrix.python-version }} runs-on: ubuntu-latest - matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + strategy: + fail-fast: false + matrix: + python-version: ["3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v4 - name: Ensure requests to production domains fail