Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cztomsik committed Mar 27, 2024
1 parent 3c2ed81 commit 75ac537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub fn build(b: *std.Build) !void {
}

const tests = b.addTest(.{ .root_source_file = .{ .path = "src/main.zig" } });
tests.linkLibC();
tests.root_module.link_objects = sqlite.link_objects;
const run_tests = b.addRunArtifact(tests);
const test_step = b.step("test", "Run tests");
test_step.dependOn(&run_tests.step);
Expand Down

0 comments on commit 75ac537

Please sign in to comment.