authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-04 19:37:03 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-04 19:37:03 -07:00
log1d5bda9ecf3693b819e9bafbd5d30e139b149337
tree5080fcd91012cda75e931c51287e4ce4606a3b0e
parent3565d27455bd6c9f4650ea691cf4de47f9d229e7
signaturebadge-check Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

compile everything on zig build


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

build.zig+1
...@@ -13,6 +13,7 @@ pub fn build(b: *std.Build) void {...@@ -13,6 +13,7 @@ pub fn build(b: *std.Build) void {
13 }),13 }),
14 });14 });
15 deps.addAllTo(tests);15 deps.addAllTo(tests);
16 b.getInstallStep().dependOn(&tests.step);
1617
17 const test_step = b.step("test", "Run all library tests");18 const test_step = b.step("test", "Run all library tests");
18 const tests_run = b.addRunArtifact(tests);19 const tests_run = b.addRunArtifact(tests);