We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cea167 commit f594717Copy full SHA for f594717
test/runtests.jl
@@ -6,11 +6,7 @@ const is_TRAVIS = haskey(ENV, "TRAVIS")
6
7
@time begin
8
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
+ @time @safetestset "Basic Operators" begin include("basic.jl") end
+ @time @safetestset "SciML Operators" begin include("sciml.jl") end
15
end
16
0 commit comments