Skip to content

Commit

Permalink
Fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Aug 1, 2024
1 parent 205af75 commit cbe44c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: "Run tests"
run: |
pytest -v --cov=alchemiscale --cov-report=xml alchemiscale/tests --durations=20
pytest -v --cov=alchemiscale --cov-report=xml alchemiscale/tests --durations=20 -x
- name: codecov
if: ${{ github.repository == 'openforcefield/alchemiscale'
Expand Down

0 comments on commit cbe44c3

Please sign in to comment.