From f0ffe5cb2b12c953b6900b3fcd427a9cc4731539 Mon Sep 17 00:00:00 2001 From: John Turner Date: Fri, 28 Nov 2025 17:22:53 +0000 Subject: [PATCH] add porthole test to 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 4f961b7..1d1b424 100644 --- a/check_commands.txt +++ b/check_commands.txt @@ -1,4 +1,4 @@ /usr/bin/meson format --recursive --check-only rustfmt --edition 2024 --check $(find src -type f -name '*.rs') ninja clippy -C build -meson test unittests '*repo*' -C build +meson test unittests '*repo*' '*porthole*' -C build