authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-04 19:31:58 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-04 19:31:58 -07:00
log58b0fa967232b586eac03d8a0a63f7f6548da413
treeb82309379c3823c7ca9f49ec96cdcc5cb7d9f85a
parent4c9b70e41e59502e94974d012aa8c637bb948ae2
signaturebadge-check Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

compile everything on zig build


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

build.zig+1
......@@ -16,6 +16,7 @@ pub fn build(b: *std.Build) void {
1616 deps.addAllTo(tests);
1717 tests.use_llvm = !disable_llvm;
1818 tests.use_lld = !disable_llvm;
19 b.getInstallStep().dependOn(&tests.step);
1920
2021 const test_step = b.step("test", "Run all library tests");
2122 const tests_run = b.addRunArtifact(tests);