From 8104d9f7023d2c48ad942dbe841aa5b21e623e92 Mon Sep 17 00:00:00 2001 From: Xubin Ren <52506698+Re-bin@users.noreply.github.com> Date: Mon, 17 Aug 2026 03:14:02 +0800 Subject: [PATCH] test(ci): trace isolated Windows interrupt --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 133d885e8..a1b5c5b85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: coverage: false # Real PowerShell/process-tree tests are run serially below. Keep # them out of xdist so workers never share a Windows console. - pytest_args: "-n 2 --dist loadfile --ignore=tests/tools/test_exec_platform.py" + pytest_args: "-n 2 --dist loadfile -vv --full-trace --ignore=tests/tools/test_exec_platform.py" steps: - uses: actions/checkout@v4 @@ -149,7 +149,7 @@ jobs: --durations=25 --durations-min=1.0 - name: Run Windows process compatibility tests - if: runner.os == 'Windows' + if: always() && runner.os == 'Windows' run: >- uv run --no-sync python -m pytest tests/tools/test_exec_platform.py