Skip to content

Commit

Permalink
- rename pypy runners and don't stop for every failure
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Jan 2, 2023
1 parent a7e0256 commit ae8bb4c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
jobs:
build:
strategy:
# We want to see all failures:
fail-fast: false
matrix:
config:
# [Python version, tox env]
Expand All @@ -23,8 +25,8 @@ jobs:
- ["3.9", "py39"]
- ["3.10", "py310"]
- ["3.11", "py311"]
- ["pypy2", "pypy"]
- ["pypy3", "pypy3"]
- ["pypy-2.7", "pypy"]
- ["pypy-3.7", "pypy3"]
- ["3.8", "coverage"]

runs-on: ubuntu-20.04
Expand Down

0 comments on commit ae8bb4c

Please sign in to comment.