mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-31 08:13:11 +03:00
test(ci): trace Windows interrupt source
This commit is contained in:
@@ -97,7 +97,9 @@ jobs:
|
|||||||
python-version: "3.14"
|
python-version: "3.14"
|
||||||
coverage: false
|
coverage: false
|
||||||
# Keep each test file in one worker while using both hosted-runner cores.
|
# 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:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user