Skip to content

Commit

Permalink
Let test runs complete for all specified Python versions and fail the…
Browse files Browse the repository at this point in the history
… workflow if any do not succeed
  • Loading branch information
ReubenFrankel committed Feb 29, 2024
1 parent 38bc71d commit 2ea8bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on: [push]
jobs:
pytest:
runs-on: ubuntu-latest
continue-on-error: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
Expand Down

0 comments on commit 2ea8bd3

Please sign in to comment.