Skip to content

Commit

Permalink
chore: improve func-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SpontaneousOverthrow committed Nov 24, 2023
1 parent e556173 commit c9ff9e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/func-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c9ff9e4

Please sign in to comment.