Limit number of jobs during tests with coverage (#4353)
This commit is contained in:
parent
491ed09233
commit
489e30c111
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -293,6 +293,8 @@ jobs:
|
|||
|
||||
- name: Test workspace + coverage
|
||||
run: cargo make ci-workspace-coverage
|
||||
env:
|
||||
CARGO_BUILD_JOBS: 4
|
||||
|
||||
- name: Upload coverage report
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
Loading…
Reference in a new issue