Skip to content

Commit 28c0286

Browse files
committed
build: don't install test binary
1 parent e482d64 commit 28c0286

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.zig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,4 @@ pub fn build(b: *std.Build) void {
4747
const run_unit_tests = b.addRunArtifact(unit_tests);
4848
const test_step = b.step("test", "Run unit tests");
4949
test_step.dependOn(&run_unit_tests.step);
50-
51-
const install_test = b.addInstallArtifact(unit_tests, .{});
52-
b.getInstallStep().dependOn(&install_test.step);
5350
}

0 commit comments

Comments
 (0)