From 03b5392e53513a0f90aa5c10219c7caee6383997 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sat, 15 Feb 2025 22:06:21 -0800 Subject: [PATCH] sync test step description --- build.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); // -- 2.54.0