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 92c8a00 commit 93d6275Copy full SHA for 93d6275
.github/workflows/CI.yml
@@ -41,6 +41,8 @@ jobs:
41
${{ runner.os }}-
42
- uses: julia-actions/julia-buildpkg@v1
43
- uses: julia-actions/julia-runtest@v1
44
+ env:
45
+ JULIA_NUM_THREADS: '2'
46
- uses: julia-actions/julia-processcoverage@v1
47
- uses: codecov/codecov-action@v1
48
with:
0 commit comments