summaryrefslogtreecommitdiffstatshomepage
path: root/build.zig
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-05-01 20:14:52 +0200
committerChris Boesch <chrboesch@noreply.codeberg.org>2023-05-01 20:14:52 +0200
commitf02389e9255d339676fc6b8c517d4f9af6c7dade (patch)
tree4bec27c439d042a39d4216bcaf637b7bd84b3766 /build.zig
parent44d51eb9ed64a0ddc1380a059761dc52b2420cfc (diff)
comment for the issue added
Diffstat (limited to 'build.zig')
-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));
}