Skip to content

Commit

Permalink
Added step to run tests using pytest with extensions
Browse files Browse the repository at this point in the history
This step runs the pytest command to run the tests using the extensions xdist and pytest-cov
  • Loading branch information
Mews committed Jun 11, 2024
1 parent 8d503ac commit 5d2ed78
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r tests/requirements.txt
pip install -r tests/requirements.txt
- name: Run tests
run: |
pytest -n $pytest_cpus --cov-report=xml --cov=$pytest_cov_dir

0 comments on commit 5d2ed78

Please sign in to comment.