Skip to content

Commit

Permalink
Use multithreading for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
agdestein committed Dec 1, 2023
1 parent e707a1a commit 7dd6b47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: |
julia --project=docs -e '
julia --project=docs -t auto -e '
using Documenter: DocMeta, doctest
using IncompressibleNavierStokes
DocMeta.setdocmeta!(
Expand Down
2 changes: 2 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ if isdefined(@__MODULE__, :LanguageServer)
using .IncompressibleNavierStokes
end

@info "" Threads.nthreads()

using IncompressibleNavierStokes
using Literate
using Documenter
Expand Down

0 comments on commit 7dd6b47

Please sign in to comment.