summaryrefslogtreecommitdiffstatshomepage
path: root/build.zig
diff options
context:
space:
mode:
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig2
1 files changed, 1 insertions, 1 deletions
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;