Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Jul 2, 2023
1 parent ecb67c4 commit e096126
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
matrix:
os: [ ubuntu-latest ]
python-version: [ "3.8", "3.11" ]
pydantic-version: [ "1", "2" ]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -68,7 +69,7 @@ jobs:
run: pip install tox
- name: Test with pytest and generate coverage file
run:
tox run -e py
tox run -e py-pydantic${{ matrix.pydantic-version }}
- name: Upload coverage report to codecov
uses: codecov/codecov-action@v1
if: success()
Expand Down

0 comments on commit e096126

Please sign in to comment.