fix: set GO_ENV=development in smoke test to skip encryption key validation

This commit is contained in:
Krypto Kajun
2025-11-08 13:38:14 -06:00
parent 3f2cdc43ca
commit 3095163a95

View File

@@ -153,6 +153,7 @@ run_build() {
}
run_smoke_test() {
export GO_ENV="development"
export MEV_BOT_ENCRYPTION_KEY="test_key_32_chars_minimum_length_required"
run_step "smoke-test" timeout 10s ./bin/mev-bot start || {
if [[ $? -eq 124 ]]; then