Skip to content

Commit

Permalink
pass the dummy CI
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Feb 7, 2025
1 parent c7d1072 commit b71707d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ const Builder = @import("std").Build;

// TODO build test monorepo
pub fn build(b: *Builder) void {
_ = b;
const test_step = b.step("test", "Run unit tests");
_ = test_step;
}

0 comments on commit b71707d

Please sign in to comment.