This commit is contained in:
Dan Saunders
2025-09-30 17:00:25 -04:00
parent ec75aa5889
commit 19de29be19

View File

@@ -177,9 +177,9 @@ jobs:
- name: Run tests
run: |
pytest -v --durations=10 -n8 --dist loadfile --ignore=tests/e2e/ --ignore=tests/patched/ --ignore=tests/cli/ --ignore=tests/monkeypatch/ tests/ --cov=axolotl --cov-report=xml
pytest -v --durations=10 tests/monkeypatch/ --cov=axolotl --cov-append --cov-report=xml
pytest -v --durations=10 tests/cli/
uv run pytest -v --durations=10 -n8 --dist loadfile --ignore=tests/e2e/ --ignore=tests/patched/ --ignore=tests/cli/ --ignore=tests/monkeypatch/ tests/ --cov=axolotl --cov-report=xml
uv run pytest -v --durations=10 tests/monkeypatch/ --cov=axolotl --cov-append --cov-report=xml
uv run pytest -v --durations=10 tests/cli/
gate-skip-e2e:
needs: [pre-commit, pytest, pytest-sdist]