diff options
| author | Chris Boesch <[email protected]> | 2023-05-01 19:54:13 +0200 |
|---|---|---|
| committer | Chris Boesch <[email protected]> | 2023-05-01 19:54:13 +0200 |
| commit | 44d51eb9ed64a0ddc1380a059761dc52b2420cfc (patch) | |
| tree | e6184d0b048fdb0ec7381f8f74b618a0cff33847 /build.zig | |
| parent | e9d0ab3784b163b94c5053254ed0a85b47694972 (diff) | |
| download | ziglings-44d51eb9ed64a0ddc1380a059761dc52b2420cfc.tar.xz ziglings-44d51eb9ed64a0ddc1380a059761dc52b2420cfc.zip | |
cli tests removed to solve 272
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |
