ci: increase CARGO_BUILD_JOBS to 6 for faster builds
Some checks are pending
BotServer CI / build (push) Waiting to run

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-02-05 19:54:31 -03:00
parent 717ca8c35b
commit cdb1197920

View file

@ -7,7 +7,7 @@ on:
branches: ["main"]
env:
CARGO_BUILD_JOBS: 3
CARGO_BUILD_JOBS: 6
CARGO_NET_RETRY: 10
jobs: