Skip to content

Commit

Permalink
update: build test every time
Browse files Browse the repository at this point in the history
  • Loading branch information
dwclake committed Mar 3, 2024
1 parent b014323 commit d9acdd6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@ pub fn build(b: *std.Build) !void {
});
}

const tests = b.option(bool, "Tests", "Build all tests [default: false]") orelse false;
if (tests) {
buildTests(b, target);
}
buildTests(b, target);
}

fn buildExample(b: *std.Build, target: std.Build.ResolvedTarget, i: BuildInfo) void {
Expand Down

0 comments on commit d9acdd6

Please sign in to comment.