authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-04 19:54:37 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-04 19:54:37 -07:00
log096c970516efebab24d3424f39040efb53ffb183
tree4e1a5d8e98f81f2781a233ea5dfd859969fcf4e6
parentbb956f2cf60cf5983309a22f1f88facda0a04a16
signaturebadge-check Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

compile everything on zig build


1 files changed, 1 insertions(+), 0 deletions(-)

build.zig+1
...@@ -19,6 +19,7 @@ pub fn build(b: *std.Build) void {...@@ -19,6 +19,7 @@ pub fn build(b: *std.Build) void {
19 tests.root_module.addImport("extras", mod);19 tests.root_module.addImport("extras", mod);
20 tests.use_llvm = !disable_llvm;20 tests.use_llvm = !disable_llvm;
21 tests.use_lld = !disable_llvm;21 tests.use_lld = !disable_llvm;
22 b.getInstallStep().dependOn(&tests.step);
2223
23 const test_step = b.step("test", "Run all library tests");24 const test_step = b.step("test", "Run all library tests");
24 const tests_run = b.addRunArtifact(tests);25 const tests_run = b.addRunArtifact(tests);