diff options
| author | Chris Boesch <[email protected]> | 2023-05-01 20:14:52 +0200 |
|---|---|---|
| committer | Chris Boesch <[email protected]> | 2023-05-01 20:14:52 +0200 |
| commit | f02389e9255d339676fc6b8c517d4f9af6c7dade (patch) | |
| tree | 4bec27c439d042a39d4216bcaf637b7bd84b3766 | |
| parent | 44d51eb9ed64a0ddc1380a059761dc52b2420cfc (diff) | |
| download | ziglings-f02389e9255d339676fc6b8c517d4f9af6c7dade.tar.xz ziglings-f02389e9255d339676fc6b8c517d4f9af6c7dade.zip | |
comment for the issue added
| -rw-r--r-- | build.zig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)); } |
