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 cc626b8 commit 2c3371cCopy full SHA for 2c3371c
.github/workflows/Test.yml
@@ -30,6 +30,7 @@ jobs:
30
- "pre"
31
group:
32
- Core
33
+ - Hybrid
34
- IO
35
- Spatial
36
- Extensions
test/runtests.jl
@@ -57,7 +57,7 @@ end
57
@time @safetestset "MTK Problem Inputs" begin include("upstream/mtk_problem_inputs.jl") end
58
end
59
60
- if GROUP == "All" || GROUP == "HYBRID"
+ if GROUP == "All" || GROUP == "Hybrid"
61
@time @safetestset "ReactionSystem Hybrid Solvers" begin include("simulation_and_solving/hybrid_models.jl") end
62
63
0 commit comments