mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Reduce test worker count from 20 -> 12 on Windows
This commit is contained in:
parent
d27cec78b4
commit
d576b94c32
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -308,7 +308,7 @@ jobs:
|
|||
--no-default-features \
|
||||
--features python,pypi,python-managed \
|
||||
--workspace \
|
||||
--status-level skip --failure-output immediate-final --no-fail-fast -j 20 --final-status-level slow
|
||||
--status-level skip --failure-output immediate-final --no-fail-fast -j 12 --final-status-level slow
|
||||
|
||||
# Separate jobs for the nightly crate
|
||||
windows-trampoline-check:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue