diff --git a/Justfile b/Justfile index f5e02f1..4b9cbb9 100644 --- a/Justfile +++ b/Justfile @@ -1,2 +1,2 @@ watch: - watchexec -e zig -c -- zig build test \ No newline at end of file + watchexec -e zig -c -- zig build test --summary none \ No newline at end of file