| author | |
| committer | |
| log | 67233e1801bca78c861d45f92f8a7d3795cd55ec |
| tree | a2d93f5b06836069638903701423e6ae6b9207b3 |
| parent | 33e01fb05d168890f6b10cc9153ceefa4983e322 |
1 files changed, 1 insertions(+), 0 deletions(-)
build.zig+1| ... | ... | @@ -13,6 +13,7 @@ pub fn build(b: *std.Build) void { |
| 13 | 13 | deps.addAllTo(tests); |
| 14 | 14 | |
| 15 | 15 | const tests_run = b.addRunArtifact(tests); |
| 16 | tests_run.has_side_effects = true; | |
| 16 | 17 | |
| 17 | 18 | const test_step = b.step("test", "dummy test step to pass CI checks"); |
| 18 | 19 | test_step.dependOn(&tests_run.step); |