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 ea7a849 commit 0b9ca0aCopy full SHA for 0b9ca0a
test/runtests.jl
@@ -21,10 +21,3 @@ include("code.jl")
21
include("nf.jl")
22
include("interface.jl")
23
include("fuzz.jl")
24
-
25
-if haskey(ENV, "CI")
26
- include("benchmark.jl")
27
- using Pkg
28
- Pkg.add(url="https://github.com/SciML/ModelingToolkit.jl.git", rev="master")
29
- Pkg.test("ModelingToolkit")
30
-end
0 commit comments