Skip to content

Commit 7a2953a

Browse files
correctly partition tests?
1 parent 7c56e00 commit 7a2953a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
# However this `splitting-algorithm` means that tests cannot depend sensitively on the order they're executed in.
8888
run: |
8989
micromamba activate a2
90-
pytest --splits 3 --group ${{ matrix.split }} --durations-path tests/.pytest-split-durations --splitting-algorithm least_duration --ignore=tests/ase --cov=atomate2 --cov-report=xml
90+
pytest --splits 3 --group ${{ matrix.split }} --durations-path tests/.pytest-split-durations --splitting-algorithm least_duration --ignore=tests/ase --ignore=tests/openff_md --ignore=tests/openmm_md --cov=atomate2 --cov-report=xml
9191
9292
9393
- uses: codecov/codecov-action@v1
@@ -151,7 +151,7 @@ jobs:
151151

152152
run: |
153153
micromamba activate a2
154-
pytest --ignore=tests/ase --cov=atomate2 --cov-report=xml
154+
pytest tests/{openff_md,openmm_md}
155155
156156
test-notebooks-and-ase:
157157
# prevent this action from running on forks

0 commit comments

Comments
 (0)