Skip to content

Commit 0652022

Browse files
authored
Update runtests.jl
Updated number of required precompiled files to zero
1 parent a8943d1 commit 0652022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ DepotDelivery.sandbox() do
4242

4343
# Ensure compiled folders are populated
4444
@testset for package in packages_list
45-
@test length(readdir(joinpath(depot, "compiled", "v$(VERSION.major).$(VERSION.minor)", package))) > 1
45+
@test length(readdir(joinpath(depot, "compiled", "v$(VERSION.major).$(VERSION.minor)", package))) > 0
4646
end
4747
end

0 commit comments

Comments
 (0)