@@ -37,9 +37,7 @@ pub fn build(b: *std.Build) void {
run_cmd.step.dependOn(b.getInstallStep());
if (b.args) |args| {
run_cmd.addArgs(args);
}
run_cmd.addPassthruArgs();
const mod_tests = b.addTest(.{
.root_module = mod,
The note is not visible to the blocked user.