From e08425702c306353dfe51109c71576f5eb7042ce Mon Sep 17 00:00:00 2001 From: John Turner Date: Sat, 6 Dec 2025 20:54:53 +0000 Subject: [PATCH] run tests verbosely --- check_commands.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_commands.txt b/check_commands.txt index 96d8fe6..0104962 100644 --- a/check_commands.txt +++ b/check_commands.txt @@ -2,4 +2,4 @@ rustfmt --edition 2024 --check $(find src -type f -name '*.rs') ninja rustdoc -C build ninja clippy -C build -meson test unittests doctests '*repo*' '*porthole*' -C build +meson test -v unittests doctests '*repo*' '*porthole*' -C build