Skip to content

Commit

Permalink
test(core): add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
AnzhiZhang committed Aug 9, 2024
1 parent 23d229b commit 85a1086
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ if VERSION < v"1.8"
end

@testset "TypedMatrices.jl" begin
@info "Testing core features"
@testset "core" begin
include("types.jl")
include("metadata.jl")
Expand All @@ -77,6 +78,7 @@ end

@testset "matrices" begin
@testset "$file" for file = readdir("matrices")
@info "Testing $file"
include("matrices/$file")
end
end
Expand Down

0 comments on commit 85a1086

Please sign in to comment.