Skip to content

Commit

Permalink
Add separate workflow to test hoomd2 stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyfothergill committed Mar 28, 2022
1 parent a7e4347 commit 0f420d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jobs:
shell: bash -l {0}
run: python -m pytest -v -rs --cov=./ --cov-report=xml

- name: Test hoomd2 functions
shell: bash -l {0}
run: |
mamba install -c conda-forge hoomd=2
python -m pytest -v -rs -k test_xml_to_gsd --cov=./ --cov-report=xml --cov-append
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit 0f420d5

Please sign in to comment.