diff --git a/build.zig b/build.zig index a97f03a4bcd7cd667cce02811af8b9fc7537a379..16c37cc0583b44946bd67513846c4c53a53d1ecc 100644 --- a/build.zig +++ b/build.zig @@ -24,7 +24,7 @@ pub fn build(b: *std.Build) void { test_cmd.has_side_effects = true; test_cmd.step.dependOn(b.getInstallStep()); - const test_step = b.step("test", "Run the tests"); + const test_step = b.step("test", "Run all library tests"); test_step.dependOn(&test_cmd.step); //