Skip to content

feat: Bump SP1 version, link fixes, cleanup #78

feat: Bump SP1 version, link fixes, cleanup

feat: Bump SP1 version, link fixes, cleanup #78

Workflow file for this run

name: Foundry Test
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
env:
FOUNDRY_PROFILE: ci
jobs:
check:
strategy:
fail-fast: true
name: Foundry project
runs-on:
- runs-on
- runner=1cpu-linux-x64
- run-id=${{ github.run_id }}
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Run Forge build
run: |
cd contracts
forge --version
forge build --sizes
id: build
- name: Run Forge tests
run: |
cd contracts
forge test -vvv
id: test