Reduce memory usage in CI: limit parallel jobs
This commit is contained in:
parent
ab215bc90e
commit
503d6e7ca8
1 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,10 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ["main"]
|
branches: ["main"]
|
||||||
|
|
||||||
|
env:
|
||||||
|
CARGO_BUILD_JOBS: 1
|
||||||
|
CARGO_INCREMENTAL: 0
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: gbo
|
runs-on: gbo
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue