Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
montyly committed Jan 9, 2023
1 parent 6041a51 commit b94bdac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/ci_test_standard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ cp tests/contract_with_toplevel.sol "$DIR"
cp tests/toplevel.sol "$DIR"
cd "$DIR" || exit 255

solc-select use 0.8.0 --always-install

crytic-compile contract_with_toplevel.sol --export-format archive

if [ $? -ne 0 ]
Expand Down

0 comments on commit b94bdac

Please sign in to comment.