Skip to content

Commit 2c3371c

Browse files
committed
add group
1 parent cc626b8 commit 2c3371c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/Test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- "pre"
3131
group:
3232
- Core
33+
- Hybrid
3334
- IO
3435
- Spatial
3536
- Extensions

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ end
5757
@time @safetestset "MTK Problem Inputs" begin include("upstream/mtk_problem_inputs.jl") end
5858
end
5959

60-
if GROUP == "All" || GROUP == "HYBRID"
60+
if GROUP == "All" || GROUP == "Hybrid"
6161
@time @safetestset "ReactionSystem Hybrid Solvers" begin include("simulation_and_solving/hybrid_models.jl") end
6262
end
6363

0 commit comments

Comments
 (0)