Skip to content

Commit 38ca58d

Browse files
committed
use llvm on tests
1 parent c1c0eda commit 38ca58d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ pub fn build(b: *Build) !void {
105105
// test
106106
const tests = b.addTest(.{
107107
.root_module = lightpanda_module,
108+
.use_llvm = true,
108109
.test_runner = .{ .path = b.path("src/test_runner.zig"), .mode = .simple },
109110
});
110111
const run_tests = b.addRunArtifact(tests);

0 commit comments

Comments
 (0)