Skip to content

chore: update ci workflows #2

chore: update ci workflows

chore: update ci workflows #2

Workflow file for this run

name: Echidna Test
on:
push:
paths:
- "**.sol"
- ".github/workflows/echidna.yaml"
env:
FOUNDRY_PROFILE: ci
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Compile contracts
run: |
forge build --build-info
- name: Run Echidna
uses: crytic/echidna-action@v2
with:
files: test/echidna/ERC4626-echidna.t.sol
contract: CryticERC4626Harness
config: test/echidna/echidna.config.yaml
crytic-args: --ignore-compile