Skip to content

DO NOT MERGE - CI TEST #1

DO NOT MERGE - CI TEST

DO NOT MERGE - CI TEST #1

name: Forge Integration Tests
on:
push:
branches:
- main
pull_request:
permissions: write-all
jobs:
check:
name: Integration Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Run Forge build
run: |
forge --version
make sizes
id: build
- name: Run Forge integration tests
run: make integration profile=ci