test timeouts

This commit is contained in:
2026-02-12 08:16:50 +02:00
parent 5527ad61e6
commit 9a6341a23b
3 changed files with 18 additions and 3 deletions

View File

@@ -18,7 +18,12 @@ This is written with help from LLM:
Quick test:
zig build fmt && zig build
zig build test
Full test with all supported compilers and valgrind (run before commit,
takes a while):
zig build fmt && zig build -Dvalgrind
# Debugging tips