Skip to content

Commit e69dcb5

Browse files
committed
Attempt to fix Git tests
1 parent 27d82f7 commit e69dcb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
# We also need to pick up the Git tests, but for that we need to `dev` the package
8282
echo "Git tests"
8383
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"'
8485
using Pkg; Pkg.develop(PackageSpec(path="."))
8586
include(joinpath("test", "runtests.jl"))
8687
' "Git"

0 commit comments

Comments
 (0)