xtask: Add proper diff printing in case of incorrect results

This commit is contained in:
Henrik Tjäder 2023-02-06 13:03:15 +01:00
parent 6ed64610c9
commit d5471f2da4
2 changed files with 11 additions and 5 deletions

View file

@ -11,3 +11,4 @@ clap = { version = "4", features = ["derive"] }
env_logger = "0.10.0"
log = "0.4.17"
rayon = "1.6.1"
diffy = "0.3.0"