| author | |
| committer | |
| log | 9b047a3e3df0e86d47c088d376c7b34ef4801a84 |
| tree | afc22f0263417c416032cabe19c3529aaeedb685 |
| parent | e1b68ef07bfa322983f6a575d6b5e22dc1ed18b0 |
1 files changed, 1 insertions(+), 0 deletions(-)
build.zig+1| ... | ... | @@ -16,6 +16,7 @@ pub fn build(b: *std.Build) void { |
| 16 | 16 | tests.use_lld = !disable_llvm; |
| 17 | 17 | |
| 18 | 18 | const tests_run = b.addRunArtifact(tests); |
| 19 | tests_run.setCwd(b.path(".")); | |
| 19 | 20 | tests_run.has_side_effects = true; |
| 20 | 21 | |
| 21 | 22 | const test_step = b.step("test", "dummy test step to pass CI checks"); |