Skip to content

Commit

Permalink
fix: echidna tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bowd committed Oct 18, 2024
1 parent c50a198 commit c236009
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/echidna.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,10 @@ jobs:
- name: "Install the Node.js dependencies"
run: "yarn install --immutable"

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: "Build for echidna"
run: |
forge build --build-info --skip \
"test/fork/**/*" \
"test/integration/**/*" \
"test/unit/**/*" \
"test/utils/**/*" \
"script/**/"
- name: "Run Echidna"
uses: crytic/echidna-action@v2
with:
files: .
files: test/echidna/${{ matrix.contract }}.sol
contract: ${{ matrix.contract }}
config: echidna.yaml
test-mode: assertion
1 change: 0 additions & 1 deletion echidna.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
cryticArgs:
- --foundry-ignore-compile
- --solc-remaps
- "openzeppelin-solidity/=lib/openzeppelin-contracts/ forge-std/=lib/forge-std/src/ mento-std/=lib/mento-std/src/ test/=test/ contracts/=contracts/"
format: text
Expand Down

0 comments on commit c236009

Please sign in to comment.