Skip to content

Commit

Permalink
rebase accidently removed code quality test
Browse files Browse the repository at this point in the history
  • Loading branch information
ytdHuang committed Dec 20, 2024
1 parent cac62b5 commit 088740d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ core_tests = [
"time_evolution.jl",
]

#= if (GROUP == "All") || (GROUP == "Code_Quality")
if (GROUP == "All") || (GROUP == "Code_Quality")
using HierarchicalEOM
using Aqua, JET

include(joinpath(testdir, "code_quality.jl"))
end =#
end

if (GROUP == "All") || (GROUP == "Core")
using HierarchicalEOM
Expand Down

0 comments on commit 088740d

Please sign in to comment.