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/