Skip to content

Commit 0f9f0d8

Browse files
authored
Run with 1 or 6 threads
1 parent 25675aa commit 0f9f0d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
${{ runner.os }}-
4343
- uses: julia-actions/julia-buildpkg@v1
4444
- uses: julia-actions/julia-runtest@v1
45+
env:
46+
JULIA_NUM_THREADS: ${{ matrix.JULIA_NUM_THREADS }}
4547
- uses: julia-actions/julia-processcoverage@v1
4648
- uses: codecov/codecov-action@v1
4749
with:

0 commit comments

Comments
 (0)