Run tests roughly in order (#3402)
This commit is contained in:
parent
17d687b6a2
commit
36d588ae5d
@ -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| {
|
||||
|
Loading…
x
Reference in New Issue
Block a user