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 25675aa commit 0f9f0d8Copy full SHA for 0f9f0d8
.github/workflows/ci.yml
@@ -42,6 +42,8 @@ jobs:
42
${{ runner.os }}-
43
- uses: julia-actions/julia-buildpkg@v1
44
- uses: julia-actions/julia-runtest@v1
45
+ env:
46
+ JULIA_NUM_THREADS: ${{ matrix.JULIA_NUM_THREADS }}
47
- uses: julia-actions/julia-processcoverage@v1
48
- uses: codecov/codecov-action@v1
49
with:
0 commit comments