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

1
Cargo.lock generated
View file

@ -742,6 +742,7 @@ name = "testsuite"
version = "0.1.0"
dependencies = [
"anyhow",
"cargo-minimize",
"fs_extra",
"once_cell",
"rayon",