Skip to content

Commit

Permalink
Added debug message for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Elvis Aguero committed Jul 31, 2024
1 parent e61e93c commit 7032876
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ using DepotDelivery
using Pkg
using Test


depot = DepotDelivery.build(joinpath(@__DIR__, "TestProject"))

@test DepotDelivery.test(depot)
Expand Down Expand Up @@ -32,6 +33,7 @@ DepotDelivery.sandbox() do
# and the depot path does not point to the default value
@testset for (proj, package) in zip(proj_paths, packages_list)
Pkg.activate(proj)
Pkg.status()
package_symbol = Symbol(package)
@eval using $package_symbol
package_value = eval(package_symbol)
Expand Down

0 comments on commit 7032876

Please sign in to comment.