We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847ea7e commit 09fb856Copy full SHA for 09fb856
.github/workflows/Downstream.yml
@@ -53,6 +53,9 @@ jobs:
53
@info "Not compatible with this release. No problem." exception=err
54
exit(0) # Exit immediately, as a success
55
end
56
+ env:
57
+ RETESTITEMS_NWORKERS: 4
58
+ RETESTITEMS_NWORKER_THREADS: 2
59
- uses: julia-actions/julia-processcoverage@v1
60
- uses: codecov/codecov-action@v4
61
with:
0 commit comments