summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.zig b/build.zig
index 18a1ec3..38890c2 100644
--- a/build.zig
+++ b/build.zig
@@ -210,6 +210,7 @@ pub fn build(b: *Build) !void {
}
ziglings_step.dependOn(prev_step);
+ // Disabled, see issue 272
// const test_step = b.step("test", "Run all the tests");
// // test_step.dependOn(tests.addCliTests(b, &exercises));
}