Skip to content

Commit

Permalink
move resample tests to be last
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 authored Oct 15, 2024
1 parent 4eeec80 commit 1a74c02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ end
@time @safetestset "adapt" begin include("adapt.jl") end
@time @safetestset "reproject" begin include("reproject.jl") end
@time @safetestset "warp" begin include("warp.jl") end
@time @safetestset "resample" begin include("resample.jl") end
@time @safetestset "cellarea" begin include("cellarea.jl") end

# CommondataModel sources
Expand All @@ -43,3 +42,5 @@ if !Sys.iswindows()
@time @safetestset "grd" begin include("sources/grd.jl") end
end
@time @safetestset "plot recipes" begin include("plotrecipes.jl") end

@time @safetestset "resample" begin include("resample.jl") end

0 comments on commit 1a74c02

Please sign in to comment.