We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e482d64 commit 28c0286Copy full SHA for 28c0286
build.zig
@@ -47,7 +47,4 @@ pub fn build(b: *std.Build) void {
47
const run_unit_tests = b.addRunArtifact(unit_tests);
48
const test_step = b.step("test", "Run unit tests");
49
test_step.dependOn(&run_unit_tests.step);
50
-
51
- const install_test = b.addInstallArtifact(unit_tests, .{});
52
- b.getInstallStep().dependOn(&install_test.step);
53
}
0 commit comments