diff --git a/test/runtests.jl b/test/runtests.jl index aa3526d8..fe6897c7 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -2,7 +2,7 @@ using DiffEqCallbacks using Test # write your own tests here -@time begin +@time @testset "DiffEqCallbacks" begin @time @testset "Quality Assurance" begin include("qa.jl") end