From c9ff9e44f6aa5f6a0a357b4a5a71c4b38ff9d72f Mon Sep 17 00:00:00 2001 From: jazkamer Date: Fri, 24 Nov 2023 21:19:49 +0200 Subject: [PATCH] chore: improve func-tests --- .github/workflows/func-tests.yaml | 1 + 1 file changed, 1 insertion(+) 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;