Skip to content

Commit 93d6275

Browse files
committed
Add threads to CI
1 parent 92c8a00 commit 93d6275

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
@@ -41,6 +41,8 @@ jobs:
4141
${{ runner.os }}-
4242
- uses: julia-actions/julia-buildpkg@v1
4343
- uses: julia-actions/julia-runtest@v1
44+
env:
45+
JULIA_NUM_THREADS: '2'
4446
- uses: julia-actions/julia-processcoverage@v1
4547
- uses: codecov/codecov-action@v1
4648
with:

0 commit comments

Comments
 (0)