Extract randomized test CI process into a script
This commit is contained in:
parent
253411bfd0
commit
c329546570
3 changed files with 30 additions and 12 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue