Skip to content

Add generic validator recovery module and update zk email contracts to use it #36

Add generic validator recovery module and update zk email contracts to use it

Add generic validator recovery module and update zk email contracts to use it #36

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"