| author | |
| committer | |
| log | 5382607b3e64d9142f3105e615b96dd58adc6e3c |
| tree | 50edc5ff3f4cb3b33684e23967e92a80b0f2975b |
| parent | 9df12950369ee5b1278ca4e8bf6d68bc4ee5c944 |
1 files changed, 3 insertions(+), 0 deletions(-)
build.zig+3| ... | @@ -22,4 +22,7 @@ pub fn build(b: *std.build.Builder) void { | ... | @@ -22,4 +22,7 @@ pub fn build(b: *std.build.Builder) void { |
| 22 | 22 | ||
| 23 | const run_step = b.step("run", "Run the app"); | 23 | const run_step = b.step("run", "Run the app"); |
| 24 | run_step.dependOn(&run_cmd.step); | 24 | run_step.dependOn(&run_cmd.step); |
| 25 | |||
| 26 | const test_step = b.step("test", "dummy test step to pass CI checks"); | ||
| 27 | _ = test_step; | ||
| 25 | } | 28 | } |