Skip to content

Commit f594717

Browse files
committed
tests
1 parent 9cea167 commit f594717

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

test/runtests.jl

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ const is_TRAVIS = haskey(ENV, "TRAVIS")
66

77
@time begin
88
if GROUP == "All" || GROUP == "OperatorInterface"
9-
# @time @safetestset "Basic Operators" begin
10-
# include("basic.jl")
11-
# end
12-
@time @safetestset "SciML Operators" begin
13-
include("sciml.jl")
14-
end
9+
@time @safetestset "Basic Operators" begin include("basic.jl") end
10+
@time @safetestset "SciML Operators" begin include("sciml.jl") end
1511
end
1612
end

0 commit comments

Comments
 (0)