Skip to content

Commit d73342d

Browse files
test: run Initialization as its own test group
1 parent 7eba343 commit d73342d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/Tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
group:
3333
- InterfaceI
3434
- InterfaceII
35+
- Initialization
3536
- SymbolicIndexingInterface
3637
- Extended
3738
- Extensions

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ end
6060
end
6161
end
6262

63-
if GROUP == "All" || GROUP == "InterfaceI" || GROUP == "Initialization"
63+
if GROUP == "All" || GROUP == "Initialization"
6464
@safetestset "Guess Propagation" include("guess_propagation.jl")
6565
@safetestset "Hierarchical Initialization Equations" include("hierarchical_initialization_eqs.jl")
6666
@safetestset "InitializationSystem Test" include("initializationsystem.jl")

0 commit comments

Comments
 (0)