let it all happen
This commit is contained in:
parent
3f18bf6c11
commit
0c4d08ff36
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue