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 28d54e3 commit c4bda02Copy full SHA for c4bda02
test/runtests.jl
@@ -6,7 +6,7 @@ const GROUP = get(ENV, "GROUP", "All") # defined in in CI.yml
6
#@safetestset "test" include("test/test_ComponentArrayInterpreter.jl")
7
@time @safetestset "test_ComponentArrayInterpreter" include("test_ComponentArrayInterpreter.jl")
8
#@safetestset "test" include("test/test_ModelApplicator.jl")
9
- @time @safetestset "test_gencovar" include("test_ModelApplicator.jl")
+ @time @safetestset "test_ModelApplicator" include("test_ModelApplicator.jl")
10
#@safetestset "test" include("test/test_gencovar.jl")
11
@time @safetestset "test_gencovar" include("test_gencovar.jl")
12
#@safetestset "test" include("test/test_SimpleChains.jl")
0 commit comments