Skip to content

Commit

Permalink
Run QC tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Apr 24, 2024
1 parent 4539aba commit 2363ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/full-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Run QC-adjacent tests
run: |
python -m pytest -x --rootdir=. --durations=10 \
python -m pytest $PYTEST_ARGS \
openff-qcsubmit/openff/qcsubmit/_tests/ \
--ignore=openff-qcsubmit/openff/qcsubmit/_tests/test_submissions.py
Expand Down

0 comments on commit 2363ef0

Please sign in to comment.