Optimize CI build: Reduce jobs to 4 and remove incremental setting
Some checks failed
BotServer CI / build (push) Failing after 8m23s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-02-05 11:28:36 -03:00
parent 30345c66e2
commit e4b785d7b1

View file

@ -15,8 +15,7 @@ on:
- ".forgejo/workflows/botserver.yaml" - ".forgejo/workflows/botserver.yaml"
env: env:
CARGO_BUILD_JOBS: 8 CARGO_BUILD_JOBS: 4
CARGO_INCREMENTAL: 0
CARGO_NET_RETRY: 10 CARGO_NET_RETRY: 10
jobs: jobs: