Skip to content

Commit

Permalink
Update pytest arguments (#266)
Browse files Browse the repository at this point in the history
* Run tests in parallel, condense log

* kick ci

---------

Co-authored-by: Jeff Wagner <[email protected]>
  • Loading branch information
mattwthompson and j-wags authored Apr 23, 2024
1 parent fbbbfff commit 409dcbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
- name: Run Tests
run: |
python -m pytest -v --cov=openff --cov-config=setup.cfg openff/qcsubmit/_tests/ --cov-report=xml
python -m pytest -r xfEs -n logical --cov=openff --cov-config=setup.cfg openff/qcsubmit/_tests/ --cov-report=xml
- name: Codecov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 409dcbd

Please sign in to comment.