mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-12-22 06:03:09 -05:00
comment for the issue added
This commit is contained in:
parent
44d51eb9ed
commit
f02389e925
1 changed files with 1 additions and 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));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue