mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 19:40:48 -05:00
Merge pull request #273 from chrboesch/patch_error
cli tests removed to solve 272
This commit is contained in:
commit
f9aec283c8
1 changed files with 3 additions and 2 deletions
|
@ -210,8 +210,9 @@ pub fn build(b: *Build) !void {
|
||||||
}
|
}
|
||||||
ziglings_step.dependOn(prev_step);
|
ziglings_step.dependOn(prev_step);
|
||||||
|
|
||||||
const test_step = b.step("test", "Run all the tests");
|
// Disabled, see issue 272
|
||||||
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;
|
var use_color_escapes = false;
|
||||||
|
|
Loading…
Reference in a new issue