let it all happen

This commit is contained in:
Jeff Epler 2023-01-31 07:53:58 -06:00
parent 3f18bf6c11
commit 0c4d08ff36
No known key found for this signature in database
GPG key ID: D5BF15AB975AB4DE

View file

@ -15,6 +15,7 @@ on:
jobs:
test:
strategy:
fail-fast: false
matrix:
python-version:
- '3.9'
@ -50,6 +51,7 @@ jobs:
- name: pre-commit
run: pre-commit run --all
- name: Check stubs
if: (! startsWith(matrix.python-version, 'pypy-'))
run: make mypy PYTHON=python
@ -59,7 +61,7 @@ jobs:
- name: Upload Coverage to Codecov
if: always()
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
env:
PYTHON: ${{ matrix.python-version }}
with: