We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f9de51 commit 4d7c901Copy full SHA for 4d7c901
test/runtests.jl
@@ -76,6 +76,7 @@ Logging.with_logger((islogging || Pkg.DEFAULT_IO[] == devnull) ? Logging.Console
76
end
77
78
@testset "Pkg" begin
79
+ Pkg.activate(; temp=true) # make sure we're in an active project and that it's clean
80
try
81
@testset "$f" for f in test_files
82
@info "==== Testing `test/$f`"
0 commit comments