Skip to content

Commit 2874281

Browse files
committed
fixup! Use multiple threads in CI
1 parent 5cdfbba commit 2874281

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
@@ -44,7 +44,7 @@ jobs:
4444
- uses: julia-actions/julia-runtest@v1
4545
env:
4646
JULIA_DISTRIBUTED_TESTING_STANDALONE: 1
47-
JULIA_NUM_THREADS: 4
47+
JULIA_NUM_THREADS: 4,4
4848
- uses: julia-actions/julia-processcoverage@v1
4949
- uses: codecov/codecov-action@v5
5050
with:

0 commit comments

Comments
 (0)