Skip to content

Commit

Permalink
ci: etherscan: add viaIR test case
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Nov 13, 2023
1 parent c76fe84 commit 9147968
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions scripts/ci_test_etherscan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,16 @@ then
exit 255
fi
echo "::endgroup::"

delay_etherscan

# via-ir test for crytic/crytic-compile#517
echo "::group::Etherscan #7"
crytic-compile 0x9AB6b21cDF116f611110b048987E58894786C244 --compile-remove-metadata --etherscan-apikey "$GITHUB_ETHERSCAN"

if [ $? -ne 0 ]
then
echo "Etherscan #7 test failed"
exit 255
fi
echo "::endgroup::"

0 comments on commit 9147968

Please sign in to comment.