Skip to content

fix(#442): attemps to fix #442 by not reverting and computing invariant #518

fix(#442): attemps to fix #442 by not reverting and computing invariant

fix(#442): attemps to fix #442 by not reverting and computing invariant #518

Workflow file for this run

on: [push]
name: Optimized Build & Tests (profile=optimized)
jobs:
check:
name: Forge build (profile=optimized)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Run build
run: FOUNDRY_PROFILE=optimized forge build --sizes --skip test
- name: Run tests RMM01Portfolio
run: FOUNDRY_PROFILE=optimized forge test