diff --git a/test/runtests.jl b/test/runtests.jl index 264ddd1..7e43e21 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -8,10 +8,8 @@ using Zygote Aqua.test_all(ProtoGrad; ambiguities = false) end -if VERSION >= v"1.9.0" - @testset "JET" begin - JET.test_package(ProtoGrad) - end +@testset "JET" begin + JET.test_package(ProtoGrad) end include("test_utils.jl")