You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally we would be able to have the tests run when we run Pkg.test(). However, this tries to merge the root project with the test project, which sometimes fails. I'm not quite clear on why this is, but I guess it is probably exacerbated by the monorepo structure. See: JuliaLang/Pkg.jl#1585
For the time being, runtests.jl can be run directly in the test project.
The text was updated successfully, but these errors were encountered:
Ideally we would be able to have the tests run when we run
Pkg.test()
. However, this tries to merge the root project with the test project, which sometimes fails. I'm not quite clear on why this is, but I guess it is probably exacerbated by the monorepo structure. See: JuliaLang/Pkg.jl#1585For the time being,
runtests.jl
can be run directly in thetest
project.The text was updated successfully, but these errors were encountered: