| ... | @@ -16,6 +16,7 @@ pub fn build(b: *std.Build) void { | ... | @@ -16,6 +16,7 @@ pub fn build(b: *std.Build) void { |
| 16 | tests.use_lld = !disable_llvm; | 16 | tests.use_lld = !disable_llvm; |
| 17 | | 17 | |
| 18 | const tests_run = b.addRunArtifact(tests); | 18 | const tests_run = b.addRunArtifact(tests); |
| | 19 | tests_run.setCwd(b.path(".")); |
| 19 | tests_run.has_side_effects = true; | 20 | tests_run.has_side_effects = true; |
| 20 | | 21 | |
| 21 | const test_step = b.step("test", "dummy test step to pass CI checks"); | 22 | const test_step = b.step("test", "dummy test step to pass CI checks"); |