Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit ee7c050

Browse files
authored
Update runtests.jl
move SciMLOps related test to different group.
1 parent c831947 commit ee7c050

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

test/runtests.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ if GROUP == "All"
2525
@time @safetestset "AD using colorvec vector" begin include("test_ad.jl") end
2626
end
2727

28+
if GROUP == "InterfaceI" || GROUP == "All"
29+
@time @safetestset "Jac Vecs and Hes Vecs" begin include("test_jaches_products.jl") end
30+
@time @safetestset "Vec Jac Products" begin include("test_vecjac_products.jl") end
31+
end
32+
2833
if GROUP == "GPU"
2934
activate_gpu_env()
3035
@time @safetestset "GPU AD" begin include("test_gpu_ad.jl") end

0 commit comments

Comments
 (0)