Skip to content

Commit 67d586f

Browse files
authored
Disable xdist (#248)
1 parent 6b66460 commit 67d586f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ test:
2121
uv run pytest -n auto --cov
2222

2323
ci-test:
24-
uv run pytest
24+
uv run pytest -n 0
2525

2626
ci-coverage:
27-
uv run pytest --cov --cov-report lcov
27+
uv run pytest -n 0 --cov --cov-report lcov
2828

2929
typing:
3030
uv run mypy

0 commit comments

Comments
 (0)