authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-02-15 22:05:45 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-02-15 22:05:45 -08:00
logb0d7878680fff57fd5ed9e7e4d2694acc0b81255
treea4ce08764d4c34de83fd571d84e6a4909cd3e869
parent1a0f23757e1889e6ae260c2931a9b9d84ef7d2b3

sync test step description


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

build.zig+1-1
......@@ -35,6 +35,6 @@ pub fn build(b: *std.Build) void {
3535 const run_test = b.addRunArtifact(tests);
3636 run_test.has_side_effects = true;
3737
38 const test_step = b.step("test", "Run the test suite");
38 const test_step = b.step("test", "Run all library tests");
3939 test_step.dependOn(&run_test.step);
4040}