diff --git a/build.zig b/build.zig index 4ccf9c2..c983c57 100644 --- a/build.zig +++ b/build.zig @@ -622,7 +622,7 @@ pub fn build(b: *Build) !void { start_step.dependOn(&prev_step.step); return; - } else if (use_healed) { + } else if (use_healed and false) { const test_step = b.step("test", "Test the healed exercises"); b.default_step = test_step;