Skip to content

Commit 20c125b

Browse files
committed
update runtests.jl
1 parent fd47ade commit 20c125b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ const TRIXI_NTHREADS = clamp(Sys.CPU_THREADS, 2, 3)
7070
include("test_trixi_consistency.jl")
7171
end
7272

73-
@time if TRIXI_TEST == "unit tests"
73+
@time if TRIXI_TEST == "all" || TRIXI_TEST == "unit tests"
7474
include("test_unit.jl")
7575
end
7676

77-
@time if TRIXI_TEST == "type stable tests"
77+
@time if TRIXI_TEST == "all" || TRIXI_TEST == "type stable tests"
7878
include("test_type.jl")
7979
end
8080
end

0 commit comments

Comments
 (0)