Skip to content

Commit 77e5ed7

Browse files
committed
Ignore ChainRulesCore
1 parent 422cf1d commit 77e5ed7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ const START_TIME = time()
1414
@time @testset "LoopVectorization.jl" begin
1515

1616
@time if LOOPVECTORIZATION_TEST == "all" || LOOPVECTORIZATION_TEST == "part1"
17-
@time Aqua.test_all(LoopVectorization)
17+
@time Aqua.test_all(LoopVectorization, stale_deps = false)
18+
@time Aqua.test_stale_deps(LoopVectorization, ignore = [:ChainRulesCore])
1819
# @test isempty(detect_unbound_args(LoopVectorization))
1920

2021
@time include("printmethods.jl")

0 commit comments

Comments
 (0)