| author | |
| committer | |
| log | 823663a3c394595b18336222c65200a6da5243db |
| tree | 971a52b3c185a12fb3be3325fce6e484d08a239f |
| parent | 0798ba0b6b3e7b9847ce481e66cad24d390cd646 |
1 files changed, 3 insertions(+), 0 deletions(-)
build.zig+3| ... | @@ -5,4 +5,7 @@ pub fn build(b: *std.build.Builder) void { | ... | @@ -5,4 +5,7 @@ pub fn build(b: *std.build.Builder) void { |
| 5 | "extras", | 5 | "extras", |
| 6 | .{ .source_file = .{ .path = "src/lib.zig" } }, | 6 | .{ .source_file = .{ .path = "src/lib.zig" } }, |
| 7 | ); | 7 | ); |
| 8 | |||
| 9 | const test_step = b.step("test", "dummy test step to pass CI checks"); | ||
| 10 | _ = test_step; | ||
| 8 | } | 11 | } |