Restore unit tests

This commit is contained in:
Manlio Perillo
2023-05-02 11:06:58 +02:00
parent 74b48192e4
commit 7a40c4584e
2 changed files with 20 additions and 21 deletions

View File

@@ -210,9 +210,8 @@ 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));
const test_step = b.step("test", "Run all the tests");
test_step.dependOn(tests.addCliTests(b, &exercises));
}
var use_color_escapes = false;