Skip to content

Commit

Permalink
Use multiple threads in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWrigley committed Jan 22, 2025
1 parent 0928d68 commit f7ba3ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- uses: julia-actions/julia-runtest@v1
env:
JULIA_DISTRIBUTED_TESTING_STANDALONE: 1
JULIA_NUM_THREADS: 4
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v5
with:
Expand Down

0 comments on commit f7ba3ca

Please sign in to comment.