Skip to content

Import and Write Smart Contracts Necessary to Integrate Maker Allocator SubDAOs to Sommelier Vaults and other ERC4626 Vaults #587

Import and Write Smart Contracts Necessary to Integrate Maker Allocator SubDAOs to Sommelier Vaults and other ERC4626 Vaults

Import and Write Smart Contracts Necessary to Integrate Maker Allocator SubDAOs to Sommelier Vaults and other ERC4626 Vaults #587

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
jobs:
foundry:
strategy:
fail-fast: true
name: Foundry project
runs-on: ubuntu-latest
env:
MAINNET_RPC_URL: https://eth-mainnet.alchemyapi.io/v2/${{ secrets.ALCHEMY_API_KEY }}
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-d369d2486f85576eec4ca41d277391dfdae21ba7
- name: Run Forge tests
run: |
forge test
id: forge-test