diff --git a/test/runtests.jl b/test/runtests.jl index eae22e20..e10c37e8 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -2,8 +2,4 @@ using SafeTestsets files = filter(f -> f ≠ "runtests.jl", readdir()) -# only use DDM tests for now -files = ["ddm_tests.jl"] - - include.(files) \ No newline at end of file