Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure precompilation when testing runs without threads on Julia 1.11
Fixes JuliaLang/julia#56458 Precompilation with threads is not supported: JuliaLang/julia#53572 (comment) Ensures that tests run with threads, both when calling `julia --project --threads=auto --eval 'using Pkg; Pkg.test()'`, and when calling `julia --project --eval 'using Pkg; Pkg.test(; julia_args = ["--threads=auto"])'`.
- Loading branch information