From 217d80da7f1a24b69d92809b1f279d78a46a1159 Mon Sep 17 00:00:00 2001 From: John Turner Date: Mon, 8 Dec 2025 21:24:25 +0000 Subject: [PATCH] run all tests 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 95127a2..dafac32 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 unittests doctests '*repo*' '*porthole*' -C build +meson test -C build