test(ci): trace Windows interrupt source

This commit is contained in:
Xubin Ren
2026-08-17 20:56:10 +08:00
parent 2545cae110
commit f43ae67e95
+3 -1
View File
@@ -97,7 +97,9 @@ jobs:
python-version: "3.14"
coverage: false
# Keep each test file in one worker while using both hosted-runner cores.
pytest_args: "-n 2 --dist loadfile"
# Keep test names visible until a Windows-only control-event
# interruption can be attributed to its active worker/file.
pytest_args: "-n 2 --dist loadfile -vv"
steps:
- uses: actions/checkout@v4