Skip to content

Commit

Permalink
[ci] Updated command for running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy authored Aug 16, 2024
1 parent 480c7f4 commit 1e97ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Tests
if: ${{ !cancelled() && steps.deps.conclusion == 'success' }}
run: |
coverage run runtests.py
coverage run runtests.py --parallel
coverage combine
coverage xml
Expand Down

0 comments on commit 1e97ae4

Please sign in to comment.