Skip to content

Commit bf19a59

Browse files
committed
add tests checkmark
1 parent 7bed6e5 commit bf19a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const TestsSummaryStep = struct {
4848
passed += @intCast(dependency.test_results.passCount());
4949
}
5050

51-
std.debug.print("{d} tests passed.\n", .{passed});
51+
std.debug.print("✅ All {d} tests passed.\n", .{passed});
5252
}
5353
};
5454

0 commit comments

Comments
 (0)