Skip to content

Commit 9ab8baf

Browse files
committed
fix build runner when using with latest Zig nightly version
1 parent 8b2754a commit 9ab8baf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/build_runner/build_runner.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,7 @@ fn workerMakeOneStep(
757757
.watch = true,
758758
.gpa = gpa,
759759
.web_server = null,
760+
.unit_test_timeout_ns = null,
760761
}));
761762

762763
if (run.watch) {

0 commit comments

Comments
 (0)