Skip to content

Commit

Permalink
tweak tests for xdist
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Jun 26, 2024
1 parent a2582cd commit 52441cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements_test.txt
pip install pytest pytest-asyncio pytest-sugar
pip install pytest pytest-asyncio pytest-sugar pytest-xdist
- name: Test with pytest
env:
PYTEST_ADDOPTS: "--color=yes"
run: pytest
run: pytest -n auto

- run: echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit 52441cf

Please sign in to comment.