Skip to content

chore: move strategies into their own folders #574

chore: move strategies into their own folders

chore: move strategies into their own folders #574

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
run: FOUNDRY_PROFILE=optimized forge test