Skip to content

Commit

Permalink
Update runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
lostella authored Nov 19, 2023
1 parent c4b8485 commit 4fbc574
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 4fbc574

Please sign in to comment.