Skip to content

Commit

Permalink
fix: typo echidna
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-something committed May 20, 2024
1 parent acc98d4 commit ac3d438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Install dependencies
run: yarn --frozen-lockfile --network-concurrency 1

- name: Run slither
uses: crytic/[email protected]
with:
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
uses: crytic/echidna-action@v2
with:
files: .
contract: GreeterInvariant
contract: InvariantGreeter
crytic-args: --ignore-compile

halmos-tests:
Expand Down

0 comments on commit ac3d438

Please sign in to comment.