Skip to content

Commit

Permalink
move decorated tests to end
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfairbanks committed Apr 29, 2024
1 parent 4d04cb0 commit ac495cd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
using Test


@testset "Decorated" begin
include("decorated/Decorated.jl")
end

@testset "GATs" begin
include("gats/GATs.jl")
end
Expand Down Expand Up @@ -35,4 +30,9 @@ end

@testset "Sheaves" begin
include("sheaves/sheaves.jl")
end
end

@testset "Decorated" begin
include("decorated/Decorated.jl")
end

0 comments on commit ac495cd

Please sign in to comment.