Skip to content

Commit ab3a9ff

Browse files
committed
Use an additional 4 interactive threads in CI
1 parent cb93991 commit ab3a9ff

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
@@ -58,7 +58,7 @@ jobs:
5858
- uses: julia-actions/julia-buildpkg@v1
5959
- uses: julia-actions/julia-runtest@v1
6060
env:
61-
JULIA_NUM_THREADS: 4
61+
JULIA_NUM_THREADS: 4,4
6262
- uses: julia-actions/julia-processcoverage@v1
6363
- uses: codecov/codecov-action@v5
6464
with:

0 commit comments

Comments
 (0)