Skip to content

Commit ac3d438

Browse files
fix: typo echidna
1 parent acc98d4 commit ac3d438

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Install dependencies
3434
run: yarn --frozen-lockfile --network-concurrency 1
35-
35+
3636
- name: Run slither
3737
uses: crytic/slither-action@v0.3.1
3838
with:
@@ -124,7 +124,7 @@ jobs:
124124
uses: crytic/echidna-action@v2
125125
with:
126126
files: .
127-
contract: GreeterInvariant
127+
contract: InvariantGreeter
128128
crytic-args: --ignore-compile
129129

130130
halmos-tests:

0 commit comments

Comments
 (0)