Skip to content

Commit aa421ab

Browse files
committed
apply review suggestions
1 parent 9a5059d commit aa421ab

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

test/runtests.jl

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ const TRIXI_NTHREADS = clamp(Sys.CPU_THREADS, 2, 3)
3838
include("test_unit.jl")
3939
end
4040

41+
@time if TRIXI_TEST == "all" || TRIXI_TEST == "type_stable_tests"
42+
include("test_type.jl")
43+
end
44+
4145
@time if TRIXI_TEST == "all" || TRIXI_TEST == "moist_euler"
4246
include("test_2d_moist_euler.jl")
4347
end
@@ -69,12 +73,4 @@ const TRIXI_NTHREADS = clamp(Sys.CPU_THREADS, 2, 3)
6973
@time if TRIXI_TEST == "upstream"
7074
include("test_trixi_consistency.jl")
7175
end
72-
73-
@time if TRIXI_TEST == "all" || TRIXI_TEST == "unit tests"
74-
include("test_unit.jl")
75-
end
76-
77-
@time if TRIXI_TEST == "all" || TRIXI_TEST == "type stable tests"
78-
include("test_type.jl")
79-
end
8076
end

0 commit comments

Comments
 (0)