Skip to content

Commit

Permalink
Specifying root path for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ijpulidos committed Jul 18, 2023
1 parent ed6eb69 commit e1d8bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/espaloma_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
if: always()
run: |
pytest -v --log-cli-level $LOGLEVEL $COV_ARGS --durations=20 \
-k "TestEspalomaTemplateGenerator" -m "espaloma"
-k "TestEspalomaTemplateGenerator" -m "espaloma" openmmforcefields/tests/
env:
COV_ARGS: --cov=openmmforcefields --cov-config=setup.cfg --cov-append --cov-report=xml
LOGLEVEL: "INFO"
Expand Down

0 comments on commit e1d8bec

Please sign in to comment.