Skip to content

Commit 4f214f1

Browse files
committed
ci: do not capture tee-sys
1 parent b9a5380 commit 4f214f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fmt:
1818
uvx ruff format --config ruff.toml
1919

2020
test:
21-
uv run pytest --capture=tee-sys --junitxml=pytest.xml
21+
uv run pytest --junitxml=pytest.xml
2222

2323
test-coverage:
2424
uv run pytest --cov=. --cov-report=xml

0 commit comments

Comments
 (0)