From 1db36d168cffc836ef0cffc3538ddc4b96d903a6 Mon Sep 17 00:00:00 2001 From: John Turner Date: Fri, 12 Dec 2025 04:39:04 +0000 Subject: [PATCH] use "ninja test" instead of "meson test" in check_commands.txt --- check_commands.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_commands.txt b/check_commands.txt index e2b1b7e..671a1a2 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 -v -C build +ninja test -C build