Skip to content

Commit

Permalink
formatter (to retrigger actions (again))
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Dec 3, 2024
1 parent c4816ea commit c158282
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
Expand Up @@ -2,12 +2,12 @@
using Test: @testset

@testset "UnspecifiedTypes.jl" begin
filenames = filter(readdir(@__DIR__)) do f
startswith("test_")(f) && endswith(".jl")(f)
end
@testset "Test $filename" for filename in filenames
include(filename)
end
filenames = filter(readdir(@__DIR__)) do f
startswith("test_")(f) && endswith(".jl")(f)
end
@testset "Test $filename" for filename in filenames
include(filename)
end
end

end

0 comments on commit c158282

Please sign in to comment.