Skip to content

Commit

Permalink
Removed xdist.
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Kirilin <[email protected]>
  • Loading branch information
s3rius committed Dec 6, 2023
1 parent 6cb792b commit 8240273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Install deps
run: poetry install
- name: Run pytest check
run: poetry run pytest -vv -n auto --cov="aiohttp_deps" .
run: poetry run pytest -vv --cov="aiohttp_deps" .
- name: Generate report
run: poetry run coverage xml
- name: Upload coverage reports to Codecov with GitHub Action
Expand Down

0 comments on commit 8240273

Please sign in to comment.