Skip to content

build(deps): update iced requirement from =0.10.0 to =0.12.0 #987

build(deps): update iced requirement from =0.10.0 to =0.12.0

build(deps): update iced requirement from =0.10.0 to =0.12.0 #987

Workflow file for this run

on: [push]
name: Solidity
jobs:
check:
name: Forge Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Run tests
run: forge test --via-ir -vvv
env:
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}
- name: Run snapshot
run: forge snapshot