| ... | @@ -13,6 +13,7 @@ pub fn build(b: *std.Build) void { | ... | @@ -13,6 +13,7 @@ pub fn build(b: *std.Build) void { |
| 13 | deps.addAllTo(tests); | 13 | deps.addAllTo(tests); |
| 14 | | 14 | |
| 15 | const tests_run = b.addRunArtifact(tests); | 15 | const tests_run = b.addRunArtifact(tests); |
| | 16 | tests_run.has_side_effects = true; |
| 16 | | 17 | |
| 17 | const test_step = b.step("test", "dummy test step to pass CI checks"); | 18 | const test_step = b.step("test", "dummy test step to pass CI checks"); |
| 18 | test_step.dependOn(&tests_run.step); | 19 | test_step.dependOn(&tests_run.step); |