Skip to content

Commit

Permalink
feat: run CI testing workflow with pytest-xdist to speed up;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Sep 21, 2023
1 parent 0f1977b commit 03cd4c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:
- name: Test with pytest
run: |
coverage run --source=pypots -m pytest -rA tests/*/*
rm -rf tests/__pycache__
coverage run --source=pypots -m pytest -rA tests/*/* -n auto --dist=loadgroup
- name: Generate the LCOV report
run: |
Expand Down

0 comments on commit 03cd4c6

Please sign in to comment.