1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00

Make tests green on systems with different number of physical CPUs

Also pretty print the assert_eq call of the big output.txt comparisson to
be actually able to see where things fail with diff.
This commit is contained in:
Daniel Bast 2025-02-20 11:14:17 +01:00 committed by Kevin Amado
parent 7da44e0943
commit 3ce9e7d115
4 changed files with 17 additions and 2 deletions

1
Cargo.lock generated
View file

@ -21,6 +21,7 @@ dependencies = [
"clap",
"futures",
"num_cpus",
"pretty_assertions",
"rand",
"toml",
"walkdir",