Add allocation info in the test workflow

This commit is contained in:
Alexandros Naskos
2020-07-08 00:22:03 +03:00
parent 6dc05df0ac
commit 62ab67f751
3 changed files with 6 additions and 3 deletions

View File

@@ -1643,7 +1643,7 @@ pub fn main() anyerror!void {
arena.state.buffer_list = .{};
if (debug_alloc) |dbg| {
std.log.notice(.main, "\n{}\n", .{dbg.info});
std.log.debug(.main, "\n{}\n", .{dbg.info});
}
}
}