diff --git a/.github/workflows/func-tests.yaml b/.github/workflows/func-tests.yaml index 151a07e..20c6a23 100644 --- a/.github/workflows/func-tests.yaml +++ b/.github/workflows/func-tests.yaml @@ -107,6 +107,7 @@ jobs: if ! $(ethdo signature verify --base-dir "$output_path" --account "$w/$a" --data "${data}" --passphrase "${passphrases}" --signature "${signature}"); then echo -e "Failed To Verify Signature For Account [$w/$a]: ${red}Fail${nc}" exit 1 + fi echo -e "Checking Signature For Account [$w/$a]: ${green}OK${nc}" done; done;