speed up tests by doing rustup which

`cargo test` goes from 2.4s to 1.6s
This commit is contained in:
nora 2023-09-23 16:03:26 +02:00
parent ea5fb6e4ba
commit 50dc094ddd
7 changed files with 99 additions and 34 deletions

View file

@ -7,6 +7,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.70"
cargo-minimize = { path = ".." }
fs_extra = "1.3.0"
once_cell = "1.17.1"
rayon = "1.7.0"