add porthole test to check_commands.txt

This commit is contained in:
John Turner
2025-11-28 17:22:53 +00:00
parent 327d871c16
commit f0ffe5cb2b

View File

@@ -1,4 +1,4 @@
/usr/bin/meson format --recursive --check-only /usr/bin/meson format --recursive --check-only
rustfmt --edition 2024 --check $(find src -type f -name '*.rs') rustfmt --edition 2024 --check $(find src -type f -name '*.rs')
ninja clippy -C build ninja clippy -C build
meson test unittests '*repo*' -C build meson test unittests '*repo*' '*porthole*' -C build