Skip to content

Commit

Permalink
fix tests #3
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickersing committed Dec 18, 2023
1 parent b86c4ae commit 9f49340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const TRIXI_MPI_NPROCS = clamp(Sys.CPU_THREADS, 2, 3)
const TRIXI_NTHREADS = clamp(Sys.CPU_THREADS, 2, 3)

@time @testset "TrixiShallowWater.jl tests" begin
@time if TRIXI_TEST == "all"
@time if TRIXI_TEST == "all" || TRIXI_TEST == "tree_part1"
include("test_tree_1d_shallowwater_wet_dry.jl")
end

Expand Down

0 comments on commit 9f49340

Please sign in to comment.