Skip to content

CI uses foundry nightly and more recent pnpm version #21

CI uses foundry nightly and more recent pnpm version

CI uses foundry nightly and more recent pnpm version #21

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
env:
FOUNDRY_PROFILE: ci
jobs:
build:
uses: "./.github/workflows/forge-build.yml"
test:
needs: ["build"]
uses: "./.github/workflows/forge-test.yml"
with:
foundry-fuzz-runs: 5000
foundry-profile: "test"
match-path: "test/**/*.sol"