From aec4e3409674faa31562989f0cbc98f3e74e3960 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Thu, 4 Jun 2026 19:42:55 -0700 Subject: [PATCH] compile everything on zig build --- build.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/build.zig b/build.zig index 282006bf9fdcbfe83ebd6442599ffe7d3282c121..98ba75b072a19c74e2400df3f74b2ab2c91560da 100644 --- a/build.zig +++ b/build.zig @@ -25,6 +25,7 @@ pub fn build(b: *std.Build) void { deps.addAllTo(tests); tests.use_llvm = !disable_llvm; tests.use_lld = !disable_llvm; + b.getInstallStep().dependOn(&tests.step); const test_step = b.step("test", "Run all library tests"); const tests_run = b.addRunArtifact(tests); -- 2.54.0