Skip to content

Commit

Permalink
test: pull all tests in a testset
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Sep 27, 2024
1 parent 7b52768 commit 36055a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36055a7

Please sign in to comment.