Skip to content

Commit 96ec737

Browse files
time report writing
1 parent dbd232a commit 96ec737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ cd(@__DIR__) do
420420

421421
if Base.get_bool_env("CI", false)
422422
@info "Writing test result data to $(@__DIR__)"
423-
write_testset_json_files(@__DIR__, o_ts)
423+
@time "write_testset_json_files" write_testset_json_files(@__DIR__, o_ts)
424424
end
425425

426426
Test.TESTSET_PRINT_ENABLE[] = true

0 commit comments

Comments
 (0)