Skip to content

Commit

Permalink
build: don't install test binary
Browse files Browse the repository at this point in the history
  • Loading branch information
fjebaker committed Nov 25, 2023
1 parent e482d64 commit 28c0286
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,4 @@ pub fn build(b: *std.Build) void {
const run_unit_tests = b.addRunArtifact(unit_tests);
const test_step = b.step("test", "Run unit tests");
test_step.dependOn(&run_unit_tests.step);

const install_test = b.addInstallArtifact(unit_tests, .{});
b.getInstallStep().dependOn(&install_test.step);
}

0 comments on commit 28c0286

Please sign in to comment.