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
Permit julia --project=@. -e 'using Pkg; Pkg.test(; test_args=["suite/modelers"])' to tests everything in the directory, instead of julia --project=@. -e 'using Pkg; Pkg.test(; test_args=["suite/modelers/*"])'.
Permit
julia --project=@. -e 'using Pkg; Pkg.test(; test_args=["suite/modelers"])'to tests everything in the directory, instead ofjulia --project=@. -e 'using Pkg; Pkg.test(; test_args=["suite/modelers/*"])'.