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
I'm not actually sure how to implement this though, since the tests run in a child process. For Julia 1.3+, you could write to $JULIA_DEPOT_PATH/config/startup.jl and run Pkg.test(; julia_args=["--startup-file=yes"]).
To support older Julia versions, I think you'd have to write to the beginning of runtests.jl to set the logger.
Maybe I'm missing a simpler way, though.
The text was updated successfully, but these errors were encountered:
Using GitHubActions.jl.
I'm not actually sure how to implement this though, since the tests run in a child process. For Julia 1.3+, you could write to
$JULIA_DEPOT_PATH/config/startup.jl
and runPkg.test(; julia_args=["--startup-file=yes"])
.To support older Julia versions, I think you'd have to write to the beginning of
runtests.jl
to set the logger.Maybe I'm missing a simpler way, though.
The text was updated successfully, but these errors were encountered: