DEV: Add seed explicitly in turbo_rspec so that runs can be reproduced
This commit is contained in:
parent
86cb5803ba
commit
e55578681e
|
@ -157,6 +157,7 @@ module TurboTests
|
|||
command = [
|
||||
"bundle", "exec", "rspec",
|
||||
*extra_args,
|
||||
"--seed", rand(2**16).to_s,
|
||||
"--format", "TurboTests::JsonRowsFormatter",
|
||||
"--out", tmp_filename,
|
||||
*record_runtime_options,
|
||||
|
|
Loading…
Reference in New Issue