run tests verbosely

This commit is contained in:
2025-12-06 20:54:53 +00:00
parent 26f5776db9
commit 284958ea9e

View File

@@ -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