Remove limit to Cargo jobs (#4449)

This commit is contained in:
Gerard Guillemas Martos 2024-07-31 18:33:33 +02:00 committed by GitHub
parent b4379a0dff
commit a984dd386c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -293,8 +293,6 @@ 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