We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bed6e5 commit bf19a59Copy full SHA for bf19a59
build.zig
@@ -48,7 +48,7 @@ const TestsSummaryStep = struct {
48
passed += @intCast(dependency.test_results.passCount());
49
}
50
51
- std.debug.print("{d} tests passed.\n", .{passed});
+ std.debug.print("✅ All {d} tests passed.\n", .{passed});
52
53
};
54
0 commit comments