Skip to content

Commit

Permalink
revoke test with pytest-xdist
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Jun 26, 2024
1 parent 52441cf commit 86ee550
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 pytest-xdist
pip install pytest pytest-asyncio pytest-sugar
- name: Test with pytest
env:
PYTEST_ADDOPTS: "--color=yes"
run: pytest -n auto
run: pytest

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

0 comments on commit 86ee550

Please sign in to comment.