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 422cf1d commit 77e5ed7Copy full SHA for 77e5ed7
test/runtests.jl
@@ -14,7 +14,8 @@ const START_TIME = time()
14
@time @testset "LoopVectorization.jl" begin
15
16
@time if LOOPVECTORIZATION_TEST == "all" || LOOPVECTORIZATION_TEST == "part1"
17
- @time Aqua.test_all(LoopVectorization)
+ @time Aqua.test_all(LoopVectorization, stale_deps = false)
18
+ @time Aqua.test_stale_deps(LoopVectorization, ignore = [:ChainRulesCore])
19
# @test isempty(detect_unbound_args(LoopVectorization))
20
21
@time include("printmethods.jl")
0 commit comments