Skip to content

Commit

Permalink
test: accelerate cookbook tests using pytest-xdist
Browse files Browse the repository at this point in the history
  • Loading branch information
rzyu45 committed Nov 21, 2024
1 parent 939842f commit 2fcbf21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cookbook-practice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
run: |
pip install --upgrade pip setuptools wheel
pip install git+https://github.com/${{github.repository}}.git@${{ github.sha }}
pip install pytest-xdist
- name: Run Tests
run: |
pytest
pytest -n auto

0 comments on commit 2fcbf21

Please sign in to comment.