Skip to content

Commit

Permalink
re-add test step
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoff-it committed Jul 24, 2024
1 parent c27c765 commit 6354b53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ pub fn build(b: *std.Build) !void {
const folders = b.dependency("known-folders", .{});
const lsp = b.dependency("zig-lsp-kit", .{});

setupTestStep(b, target, superhtml);
setupCliTool(b, target, optimize, options, superhtml, folders, lsp);
setupWasmStep(b, optimize, options, superhtml, lsp);
setupFuzzStep(b, target, superhtml);
Expand Down

0 comments on commit 6354b53

Please sign in to comment.