From 3095163a956f21e19a843991ec6e9c3897f1068e Mon Sep 17 00:00:00 2001 From: Krypto Kajun Date: Sat, 8 Nov 2025 13:38:14 -0600 Subject: [PATCH] fix: set GO_ENV=development in smoke test to skip encryption key validation --- harness/local-ci-pipeline.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/harness/local-ci-pipeline.sh b/harness/local-ci-pipeline.sh index 3a13733..6eb6880 100755 --- a/harness/local-ci-pipeline.sh +++ b/harness/local-ci-pipeline.sh @@ -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