Skip to content

Commit

Permalink
test: add Motor and Piston demos to runtest.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ven-k committed Aug 28, 2024
1 parent 375e4f7 commit df6173d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ const GROUP = get(ENV, "GROUP", "All")
end
@safetestset "Thermal Demo" begin
include("Thermal/demo.jl")
include("Thermal/motor.jl")
include("Thermal/piston.jl")
end

# Magnetic
Expand Down

0 comments on commit df6173d

Please sign in to comment.