Limit number of jobs during tests with coverage (#4353)

This commit is contained in:
Gerard Guillemas Martos 2024-07-12 13:55:56 +02:00 committed by GitHub
parent 491ed09233
commit 489e30c111
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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