authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-04 19:42:55 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-04 19:42:55 -07:00
logaec4e3409674faa31562989f0cbc98f3e74e3960
treeb726c91cc433fe6cc9bb423eccdb08dd2e61199e
parentd977338a093e05f9a0ff1610a66c86b50eefb3df
signaturebadge-check Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

compile everything on zig build


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

build.zig+1
......@@ -25,6 +25,7 @@ pub fn build(b: *std.Build) void {
2525 deps.addAllTo(tests);
2626 tests.use_llvm = !disable_llvm;
2727 tests.use_lld = !disable_llvm;
28 b.getInstallStep().dependOn(&tests.step);
2829
2930 const test_step = b.step("test", "Run all library tests");
3031 const tests_run = b.addRunArtifact(tests);