| author | |
| committer | |
| log | 662774eedca41771f9ebd1ab45cfdc8e4319d4b4 |
| tree | 14127b4c18a1ee19d5ae4ba6cbbdd7de66318dc4 |
| parent | 0eefb4d212febfde5149c6bfb8b0a805465fb301 |
1 files changed, 1 insertions(+), 1 deletions(-)
build.zig+1-1| ... | ... | @@ -13,7 +13,7 @@ pub fn build(b: *std.Build) void { |
| 13 | 13 | addTest(b, target, mode, disable_llvm, mod, 2); |
| 14 | 14 | addTest(b, target, mode, disable_llvm, mod, 3); |
| 15 | 15 | |
| 16 | const test_step = b.step("test", "dummy test step to pass CI checks"); | |
| 16 | const test_step = b.step("test", "Run all library tests"); | |
| 17 | 17 | test_step.dependOn(b.default_step); |
| 18 | 18 | } |
| 19 | 19 |