From b0d7878680fff57fd5ed9e7e4d2694acc0b81255 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sat, 15 Feb 2025 22:05:45 -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 90b04bc146d9b16e294f9e85863ecbce7872a0e4..c87f019410e38bec66fd4944b820d7ad36d29c24 100644 --- a/build.zig +++ b/build.zig @@ -35,6 +35,6 @@ pub fn build(b: *std.Build) void { const run_test = b.addRunArtifact(tests); run_test.has_side_effects = true; - const test_step = b.step("test", "Run the test suite"); + const test_step = b.step("test", "Run all library tests"); test_step.dependOn(&run_test.step); } -- 2.54.0