Skip to content

Commit

Permalink
Fix fail-fast placement.
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgestar committed Nov 12, 2023
1 parent 281a8f7 commit 2c14ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version:
- deadsnakes: true
Expand All @@ -19,7 +20,6 @@ jobs:
- "3.11"
# - "pypy2.7"
# - "pypy3.9"
fail-fast: false

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 2c14ab5

Please sign in to comment.