node/test: Set `RAD_RNG_SEED`

This commit is contained in:
Lorenz Leutgeb 2026-03-08 09:49:32 +01:00
parent 99d9242122
commit 52a660fd3b
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -332,6 +332,7 @@ impl<G: Signer<Signature> + cyphernet::Ecdh> NodeHandle<G> {
)
.env(env::RAD_PASSPHRASE, "radicle")
.env(env::RAD_LOCAL_TIME, "1671125284")
.env(env::RAD_RNG_SEED, "0")
.env("TZ", "UTC")
.env("LANG", "C")
.envs(git::env::GIT_DEFAULT_CONFIG)