Skip to content

Commit

Permalink
move saving tests last
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Feb 27, 2024
1 parent 2191669 commit 88b5647
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ using Test
@time @testset "IndependentlyLinearized tests" begin
include("independentlylinearizedtests.jl")
end
@time @testset "Saving tests" begin
include("saving_tests.jl")
end
@time @testset "PresetTime tests" begin
include("preset_time.jl")
end
Expand All @@ -48,4 +45,7 @@ using Test
@time @testset "Integrating sum tests" begin
include("integrating_sum_tests.jl")
end
@time @testset "Saving tests" begin
include("saving_tests.jl")
end
end

0 comments on commit 88b5647

Please sign in to comment.