Skip to content

Commit 19f9fd2

Browse files
committed
fix: add test
1 parent af6ec8e commit 19f9fd2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/runtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ const is_APPVEYOR = Sys.iswindows() && haskey(ENV, "APPVEYOR")
106106
@time @safetestset "Non-diagonal SDE Tests" begin
107107
include("nondiagonal_tests.jl")
108108
end
109+
@time @safetestset "Non-diagonal EulerHeun sparse alloc" begin
110+
include("nondiag_noise_eulerheun_test.jl")
111+
end
109112
@time @safetestset "No Index Tests" begin
110113
include("noindex_tests.jl")
111114
end

0 commit comments

Comments
 (0)