ci: fix test output ordering

This commit is contained in:
Philipp Emanuel Weidmann
2026-06-23 10:47:36 +05:30
parent 03e9514024
commit 9f2045ccaa
+3 -1
View File
@@ -41,7 +41,9 @@ jobs:
run: uv run ty check --output-format=github --error-on-warning .
- name: Run tests
run: uv run tests/run_tests.py
env:
PYTHONUNBUFFERED: "1"
run: uv run tests/run_tests.py 2>&1
- name: Build package
run: uv build