Skip to content

Commit

Permalink
try adding multiple threads
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrimmer authored Aug 23, 2024
1 parent 00dbe67 commit ceddb99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
${{ runner.os }}-
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
env:
JULIA_NUM_THREADS: ${{ env.NUM_THREADS || 2 }}
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit ceddb99

Please sign in to comment.