diff --git a/build.zig b/build.zig index 8b7fa222..704203d2 100644 --- a/build.zig +++ b/build.zig @@ -105,6 +105,7 @@ pub fn build(b: *Build) !void { // test const tests = b.addTest(.{ .root_module = lightpanda_module, + .use_llvm = true, .test_runner = .{ .path = b.path("src/test_runner.zig"), .mode = .simple }, }); const run_tests = b.addRunArtifact(tests);