1
0
Fork 0
mirror of https://codeberg.org/ziglings/exercises.git synced 2025-06-08 10:07:01 +09:00

cli tests removed to solve 272

This commit is contained in:
Chris Boesch 2023-05-01 19:54:13 +02:00
parent e9d0ab3784
commit 44d51eb9ed

View file

@ -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;