aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--build.zig4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.zig b/build.zig
index 383a231..18a1ec3 100644
--- a/build.zig
+++ b/build.zig
@@ -210,8 +210,8 @@ pub fn build(b: *Build) !void {
}
ziglings_step.dependOn(prev_step);
- const test_step = b.step("test", "Run all the tests");
- test_step.dependOn(tests.addCliTests(b, &exercises));
+ // const test_step = b.step("test", "Run all the tests");
+ // // test_step.dependOn(tests.addCliTests(b, &exercises));
}
var use_color_escapes = false;