Reduce test worker count from 20 -> 12 on Windows

This commit is contained in:
Zanie Blue 2025-06-26 11:39:21 -05:00
parent d27cec78b4
commit d576b94c32

View file

@ -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: