Optimize CI build: Reduce jobs to 4 and remove incremental setting
Some checks failed
BotServer CI / build (push) Failing after 8m23s
Some checks failed
BotServer CI / build (push) Failing after 8m23s
This commit is contained in:
parent
30345c66e2
commit
e4b785d7b1
1 changed files with 1 additions and 2 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue