Skip to content

Commit 4ebf71e

Browse files
committed
Fix attempt for launching with 4 threads
1 parent 09837a1 commit 4ebf71e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
- uses: julia-actions/cache@v2
4141
- uses: julia-actions/julia-buildpkg@v1
4242
- uses: julia-actions/julia-runtest@v1
43-
with:
44-
test_args: '--threads 4'
43+
env:
44+
JULIA_NUM_THREADS: 4
4545
- uses: julia-actions/julia-processcoverage@v1
4646
- uses: codecov/codecov-action@v5
4747
with:

0 commit comments

Comments
 (0)