From 85a1086b8416f7ee3f6da352f3c1a78a255258c3 Mon Sep 17 00:00:00 2001 From: Andy Zhang <37402126+AnzhiZhang@users.noreply.github.com> Date: Fri, 9 Aug 2024 17:29:39 +0100 Subject: [PATCH] test(core): add logs --- test/runtests.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/runtests.jl b/test/runtests.jl index 31be520..bcb6ea6 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -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") @@ -77,6 +78,7 @@ end @testset "matrices" begin @testset "$file" for file = readdir("matrices") + @info "Testing $file" include("matrices/$file") end end