summaryrefslogtreecommitdiffstatshomepage
path: root/build.zig
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-05-01 19:54:13 +0200
committerChris Boesch <chrboesch@noreply.codeberg.org>2023-05-01 19:54:13 +0200
commit44d51eb9ed64a0ddc1380a059761dc52b2420cfc (patch)
treee6184d0b048fdb0ec7381f8f74b618a0cff33847 /build.zig
parente9d0ab3784b163b94c5053254ed0a85b47694972 (diff)
cli tests removed to solve 272
Diffstat (limited to 'build.zig')
-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;