Skip to content

Commit

Permalink
Reorder runtests so slow tests run last
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrathenrici committed Apr 19, 2024
1 parent 430e3f8 commit 6d72646
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test/microphysics1M_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CloudMicrophysics.Parameters as CMP
import CloudMicrophysics.Common as CMC
import CloudMicrophysics.Microphysics1M as CM1

@info "Microphysics Tests"
@info "Microphysics 1M Tests"

function test_microphysics1M(FT)

Expand Down
2 changes: 1 addition & 1 deletion test/microphysics2M_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import CloudMicrophysics.Parameters as CMP
import CloudMicrophysics.Common as CMC
import CloudMicrophysics.Microphysics2M as CM2

@info "Microphysics Tests"
@info "Microphysics 2M Tests"

function test_microphysics2M(FT)

Expand Down
2 changes: 1 addition & 1 deletion test/microphysicsflexible_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import CloudMicrophysics.MicrophysicsFlexible as CMF
import Cloudy.ParticleDistributions as CPD
import Cloudy.KernelFunctions as CPK

@info "Microphysics Tests"
@info "MicrophysicsFlexible Tests"

function test_microphysics_flexible(FT)
# Thermodynamics and air properties parameters
Expand Down
6 changes: 3 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
using ClimaParams

include("performance_tests.jl")
include("aerosol_activation_tests.jl")
include("aerosol_activation_calibration.jl")
include("heterogeneous_ice_nucleation_tests.jl")
include("homogeneous_ice_nucleation_tests.jl")
include("ice_nucleation_calibration.jl")
include("microphysics0M_tests.jl")
include("microphysics1M_tests.jl")
include("microphysics2M_tests.jl")
Expand All @@ -16,3 +13,6 @@ include("nucleation_unit_tests.jl")
include("precipitation_susceptibility_tests.jl")
include("p3_tests.jl")
include("aqua.jl")
include("performance_tests.jl")
include("aerosol_activation_calibration.jl")
include("ice_nucleation_calibration.jl")

0 comments on commit 6d72646

Please sign in to comment.