fix: set GO_ENV=development in smoke test to skip encryption key validation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user