| ... | @@ -16,6 +16,7 @@ pub fn build(b: *std.Build) void { | ... | @@ -16,6 +16,7 @@ pub fn build(b: *std.Build) void { |
| 16 | }); | 16 | }); |
| 17 | | 17 | |
| 18 | const run_exe_unit_tests = b.addRunArtifact(exe_unit_tests); | 18 | const run_exe_unit_tests = b.addRunArtifact(exe_unit_tests); |
| | 19 | run_exe_unit_tests.has_side_effects = true; |
| 19 | | 20 | |
| 20 | const test_step = b.step("test", "dummy test step to pass CI checks"); | 21 | const test_step = b.step("test", "dummy test step to pass CI checks"); |
| 21 | test_step.dependOn(&run_exe_unit_tests.step); | 22 | test_step.dependOn(&run_exe_unit_tests.step); |