run tests verbosely
Some checks failed
Gentoo Utils / build-docker (push) Successful in 4m58s
Gentoo Utils / build (push) Failing after 57s

This commit is contained in:
2025-12-06 20:54:53 +00:00
parent aff09f2334
commit e08425702c

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