Skip to content

Merge branch 'feat/v0.3.0' into feat/single-side-deposit #695

Merge branch 'feat/v0.3.0' into feat/single-side-deposit

Merge branch 'feat/v0.3.0' into feat/single-side-deposit #695

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 -vvv
env:
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}
- name: run snapshot
run: forge snapshot
env:
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}