Skip to content

Commit e66dd8d

Browse files
committed
Use an additional 4 interactive threads in CI
1 parent 34c7f91 commit e66dd8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- uses: julia-actions/julia-buildpkg@v1
6363
- uses: julia-actions/julia-runtest@v1
6464
env:
65-
JULIA_NUM_THREADS: 4
65+
JULIA_NUM_THREADS: 4,4
6666
- uses: julia-actions/julia-processcoverage@v1
6767
- uses: codecov/codecov-action@v5
6868
with:

0 commit comments

Comments
 (0)