Skip to content

Commit c06df0b

Browse files
committed
ci: etherscan: add viaIR test case
1 parent 4294572 commit c06df0b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

scripts/ci_test_etherscan.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,16 @@ then
8686
exit 255
8787
fi
8888
echo "::endgroup::"
89+
90+
delay_etherscan
91+
92+
# via-ir test for crytic/crytic-compile#517
93+
echo "::group::Etherscan #7"
94+
crytic-compile 0x9AB6b21cDF116f611110b048987E58894786C244 --compile-remove-metadata --etherscan-apikey "$GITHUB_ETHERSCAN"
95+
96+
if [ $? -ne 0 ]
97+
then
98+
echo "Etherscan #7 test failed"
99+
exit 255
100+
fi
101+
echo "::endgroup::"

0 commit comments

Comments
 (0)