Skip to content

Commit

Permalink
Add more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Aug 21, 2024
1 parent 31b1121 commit eadcf2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/full-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,17 @@ jobs:
openff-qcsubmit/ \
openff-units/ \
openff-models/ \
openff-fragmenter/ \
smirnoff-plugins/
- name: Run 'everything all at once' tests
run: |
python -m pytest $PYTEST_ARGS \
smirnoff-plugins/smirnoff_plugins/_tests/ \
openff-interchange/openff/interchange/_tests/ \
openff-models/openff/models/_tests/ \
openff-units/openff/models/_tests/ \
openff-fragmenter/openff/fragmenter/_tests/ \
--ignore=smirnoff-plugins/smirnoff_plugins/_tests/handlers/test_nonbonded.py \
--ignore=openff-interchange/openff/interchange/_tests/unit_tests/components/test_packmol.py \
--ignore=openff-interchange/openff/interchange/_tests/test_parameter_plugins.py::test_force_field_custom_handler \
Expand Down

0 comments on commit eadcf2e

Please sign in to comment.