Skip to content

feat: added initial version for rocket pool recipient #204

feat: added initial version for rocket pool recipient

feat: added initial version for rocket pool recipient #204

Workflow file for this run

on:
push:
branches:
- main
pull_request:
name: run tests
jobs:
check:
name: Obol Manager Contracts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
with:
version: nightly
- name: Run tests
env:
GOERLI_RPC_URL: ${{ secrets.GOERLI_RPC_URL }}
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}
run: forge test -vvv