diff --git a/build.zig b/build.zig index a18e933557ba7270d6b2606cbf174523a9fd1e74..4f50b5269984c3e48efc12cefffa9bec3305df82 100644 --- a/build.zig +++ b/build.zig @@ -13,7 +13,7 @@ pub fn build(b: *std.Build) void { addTest(b, target, mode, disable_llvm, mod, 2); addTest(b, target, mode, disable_llvm, mod, 3); - const test_step = b.step("test", "dummy test step to pass CI checks"); + const test_step = b.step("test", "Run all library tests"); test_step.dependOn(b.default_step); }