| author | |
| committer | |
| log | 1cc01b8c4d490d825ebc0971161b12c2440bef26 |
| tree | 1d74abb3d79942caeae23a9765a125772b8cd45e |
| parent | 88e1859fb3ebd99970a4dbc3f16959fc344d09d5 |
1 files changed, 3 insertions(+), 0 deletions(-)
build.zig+3| ... | ... | @@ -22,4 +22,7 @@ pub fn build(b: *std.build.Builder) void { |
| 22 | 22 | |
| 23 | 23 | const run_step = b.step("run", "Run the app"); |
| 24 | 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 | } |