Skip to content

Commit 7270841

Browse files
authored
Merge branch 'main' into renovate/all-minor-patch
2 parents 5309e4a + 67d586f commit 7270841

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)