Skip to content

Commit

Permalink
Run tests with more isolation
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Nov 15, 2023
1 parent e49e589 commit 8053b17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ jobs:
COLOR: 'yes'
YARL_NO_EXTENSIONS: ${{ matrix.no-extensions }}
run: |
python -m pytest tests -vv
python -m coverage xml
python -Im pytest tests -vv
python -Im coverage xml
- name: Upload coverage
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit 8053b17

Please sign in to comment.