Skip to content

Commit f8339c9

Browse files
authored
Update runtests.jl
1 parent 80c1827 commit f8339c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include("testsetup.jl")
77
# Write your own tests here.
88
# Aqua.test_all(VectorizationBase, ambiguities = VERSION < v"1.6-DEV")
99
println("Aqua.test_all")
10-
@time Aqua.test_all(VectorizationBase)
10+
@time Aqua.test_all(VectorizationBase, deps_compat = VERSION <= v"1.8" || VERSION.prerelease[1] != "DEV")
1111
# @test isempty(detect_unbound_args(VectorizationBase))
1212
# @test isempty(detect_ambiguities(VectorizationBase))
1313

0 commit comments

Comments
 (0)