We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d82f7 commit e69dcb5Copy full SHA for e69dcb5
.github/workflows/ci.yml
@@ -81,6 +81,7 @@ jobs:
81
# We also need to pick up the Git tests, but for that we need to `dev` the package
82
echo "Git tests"
83
julia --code-coverage=user -e '
84
+ using Pkg; pkg"add https://github.com/serenity4/JuliaInterpreter.jl#codetracking-v2 https://github.com/serenity4/CodeTracking.jl#parametrize-by-mt https://github.com/serenity4/LoweredCodeUtils.jl#support-external-methodtables"'
85
using Pkg; Pkg.develop(PackageSpec(path="."))
86
include(joinpath("test", "runtests.jl"))
87
' "Git"
0 commit comments