Skip to content

Fix: Use ether value #22

Fix: Use ether value

Fix: Use ether value #22

Workflow file for this run

name: Forge Tests
on: push
jobs:
Forge-Tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Checkout submodules
run: |
git config --global url."https://github.com/".insteadOf "[email protected]:"
make install
- name: Mainnet Forge tests
env:
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}
run: make ci-test rpc=$MAINNET_RPC_URL