Skip to content

Commit

Permalink
Disable fail-fast on builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgestar committed Nov 12, 2023
1 parent c8367f9 commit 281a8f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- "3.11"
# - "pypy2.7"
# - "pypy3.9"
fail-fast: false

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

0 comments on commit 281a8f7

Please sign in to comment.