Skip to content

chore: work-around echidna ci issue #5

chore: work-around echidna ci issue

chore: work-around echidna ci issue #5

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
continue-on-error: true
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: .
contract: CryticERC4626Harness
config: test/echidna/echidna.config.yaml