Skip to content

Commit

Permalink
Update runtests.jl
Browse files Browse the repository at this point in the history
Updated number of required precompiled files to zero
  • Loading branch information
elvispy authored Jul 31, 2024
1 parent a8943d1 commit 0652022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ DepotDelivery.sandbox() do

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

0 comments on commit 0652022

Please sign in to comment.