diff --git a/check_commands.txt b/check_commands.txt index 96d8fe6..0104962 100644 --- a/check_commands.txt +++ b/check_commands.txt @@ -2,4 +2,4 @@ rustfmt --edition 2024 --check $(find src -type f -name '*.rs') ninja rustdoc -C build ninja clippy -C build -meson test unittests doctests '*repo*' '*porthole*' -C build +meson test -v unittests doctests '*repo*' '*porthole*' -C build