From ba79fbe06d62065d0f4ea32ead4a6a72641a9ade Mon Sep 17 00:00:00 2001 From: John Turner Date: Thu, 11 Dec 2025 02:09:46 +0000 Subject: [PATCH] run all tests in check_commands.txt verbosely --- check_commands.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_commands.txt b/check_commands.txt index dafac32..e2b1b7e 100644 --- a/check_commands.txt +++ b/check_commands.txt @@ -2,4 +2,4 @@ ninja rustfmt -C build ninja rustdoc -C build ninja clippy -C build -meson test -C build +meson test -v -C build