Skip to content

foundry commands

foundry commands #10

Workflow file for this run

name: test
on:
pull_request:
merge_group:
push:
branches: [main]
env:
FOUNDRY_PROFILE: ci
jobs:
check:
strategy:
fail-fast: true
name: Foundry project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Run Forge build
id: build
run: make build
- name: Run Forge test
id: test
run: make test