Skip to content

Set git modules as the latest implementation and use rhinestone workflows with commit hash #76

Set git modules as the latest implementation and use rhinestone workflows with commit hash

Set git modules as the latest implementation and use rhinestone workflows with commit hash #76

Workflow file for this run

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