| author | |
| committer | |
| log | ead57a21bcec48f7238f3018e47414960affec15 |
| tree | 51171fb0be751bfb1db9eb91544c2468fc888b45 |
| parent | b561b5cf68d7d7120d5094fdfe7ad8f905759f92 |
1 files changed, 3 insertions(+), 0 deletions(-)
build.zig+3| ... | @@ -24,4 +24,7 @@ pub fn build(b: *std.Build) void { | ... | @@ -24,4 +24,7 @@ pub fn build(b: *std.Build) void { |
| 24 | 24 | ||
| 25 | const run_step = b.step("run", "Run the app"); | 25 | const run_step = b.step("run", "Run the app"); |
| 26 | run_step.dependOn(&run_cmd.step); | 26 | run_step.dependOn(&run_cmd.step); |
| 27 | |||
| 28 | const test_step = b.step("test", "dummy test step to pass CI checks"); | ||
| 29 | _ = test_step; | ||
| 27 | } | 30 | } |