Files
gentoo-utils-gitea/check_commands.txt
John Turner e08425702c
Some checks failed
Gentoo Utils / build-docker (push) Successful in 4m58s
Gentoo Utils / build (push) Failing after 57s
run tests verbosely
2025-12-06 20:54:53 +00:00

6 lines
220 B
Plaintext

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