Run tests roughly in order (#3402)

This commit is contained in:
Laurenz 2024-02-12 11:02:11 +01:00 committed by GitHub
parent 17d687b6a2
commit 36d588ae5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -130,6 +130,7 @@ fn main() {
println!("Running tests...");
let results = WalkDir::new(TYP_DIR)
.sort_by_file_name()
.into_iter()
.par_bridge()
.filter_map(|entry| {