Skip to content

Commit

Permalink
Merge pull request #82 from lpfann/pytest_xdist
Browse files Browse the repository at this point in the history
Enable pytest multiprocessing
  • Loading branch information
lpfann committed Jan 1, 2021
2 parents 3e7b5b1 + 2a56881 commit 19fd806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -68,4 +68,4 @@ jobs:
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
- name: Test with pytest
run: |
poetry run pytest --cov .
poetry run pytest -n 2 --cov .

0 comments on commit 19fd806

Please sign in to comment.