blob: 8e6ff5c8b135a3dab22cc798f192c746e551ab56 (
plain)
1
2
3
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*' '*porthole*' '*profile*' -C build
|