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
# Populate the precompile cache with an extraneous file, to catch issues like in #460
@@ -81,7 +81,7 @@ jobs:
81
81
# We also need to pick up the Git tests, but for that we need to `dev` the package
82
82
echo "Git tests"
83
83
julia --code-coverage=user -e '
84
-
using Pkg; pkg"add https://github.com/serenity4/JuliaInterpreter.jl#codetracking-v2https://github.com/timholy/CodeTracking.jl#master https://github.com/serenity4/LoweredCodeUtils.jl#support-external-methodtables"
84
+
using Pkg; pkg"add https://github.com/serenity4/JuliaInterpreter.jl#codetracking-v2"; pkg"add https://github.com/timholy/CodeTracking.jl#master"; pkg"add https://github.com/serenity4/LoweredCodeUtils.jl#support-external-methodtables"
0 commit comments