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