Skip to content

Commit 6354b53

Browse files
committed
re-add test step
1 parent c27c765 commit 6354b53

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ pub fn build(b: *std.Build) !void {
2424
const folders = b.dependency("known-folders", .{});
2525
const lsp = b.dependency("zig-lsp-kit", .{});
2626

27+
setupTestStep(b, target, superhtml);
2728
setupCliTool(b, target, optimize, options, superhtml, folders, lsp);
2829
setupWasmStep(b, optimize, options, superhtml, lsp);
2930
setupFuzzStep(b, target, superhtml);

0 commit comments

Comments
 (0)