Extract randomized test CI process into a script

This commit is contained in:
Max Brunsfeld 2023-04-14 14:25:55 -07:00
parent 253411bfd0
commit c329546570
3 changed files with 30 additions and 12 deletions

View file

@ -76,7 +76,7 @@ pub fn run_test(
let seed = atomic_seed.load(SeqCst);
if is_randomized {
dbg!(seed);
eprintln!("seed = {seed}");
}
let deterministic = executor::Deterministic::new(seed);