authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-02-15 22:06:21 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-02-15 22:06:21 -08:00
log03b5392e53513a0f90aa5c10219c7caee6383997
treef6f2f6b2c4b3988f1180ca2eec36b380a5ac31de
parentee2f36530c6b91353d7c468bf2b287a2cfec77ff

sync test step description


1 files changed, 1 insertions(+), 1 deletions(-)

build.zig+1-1
...@@ -24,7 +24,7 @@ pub fn build(b: *std.Build) void {...@@ -24,7 +24,7 @@ pub fn build(b: *std.Build) void {
24 test_cmd.has_side_effects = true;24 test_cmd.has_side_effects = true;
25 test_cmd.step.dependOn(b.getInstallStep());25 test_cmd.step.dependOn(b.getInstallStep());
2626
27 const test_step = b.step("test", "Run the tests");27 const test_step = b.step("test", "Run all library tests");
28 test_step.dependOn(&test_cmd.step);28 test_step.dependOn(&test_cmd.step);
2929
30 //30 //