Skip to content

Commit

Permalink
Ensure modac tests are run
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartstig committed Sep 13, 2024
1 parent 9d21c4a commit c171c66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- name: pytest
run: |
# python3.9 -m pytest --capture=sys --capture=fd --cov=atomsci/ -vv atomsci/ddm/test/unit
python3.9 -m pytest --capture=sys --capture=fd --cov=atomsci/ -vv atomsci/modac/test/unit
cd atomsci/ddm/test/unit && python3.9 -m pytest -n 2 --capture=sys --capture=fd --cov=atomsci/ -vv
env:
ENV: test
Expand Down

0 comments on commit c171c66

Please sign in to comment.