diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-02-12 11:02:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-12 10:02:11 +0000 |
| commit | 36d588ae5d5dbb198160f9ad7931bb4c5d3069ac (patch) | |
| tree | 0628783683490d4d6acccf767047e7bd14e4e927 | |
| parent | 17d687b6a2ea510759d798a03bb80c507ade573e (diff) | |
Run tests roughly in order (#3402)
| -rw-r--r-- | tests/src/tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/tests.rs b/tests/src/tests.rs index 61a2f7d6..7da2be86 100644 --- a/tests/src/tests.rs +++ b/tests/src/tests.rs @@ -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| { |
