use gnu parallel to run pre-commit hook check commands in parallel

This commit is contained in:
John Turner
2025-11-28 17:16:33 +00:00
parent 558e213ab4
commit 7b60034425
2 changed files with 12 additions and 16 deletions

4
check_commands.txt Normal file
View File

@@ -0,0 +1,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 -C build