Skip to content

Commit

Permalink
fix: echidna
Browse files Browse the repository at this point in the history
  • Loading branch information
ashitakah committed Aug 9, 2024
1 parent dd52cec commit bd14bb0
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'yarn'
cache: "yarn"

- name: Install dependencies
run: yarn --frozen-lockfile --network-concurrency 1
Expand All @@ -53,7 +53,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'yarn'
cache: "yarn"

- name: Install dependencies
run: yarn --frozen-lockfile --network-concurrency 1
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'yarn'
cache: "yarn"

- name: Install dependencies
run: yarn --frozen-lockfile --network-concurrency 1
Expand All @@ -92,14 +92,6 @@ jobs:
run: |
forge build --build-info
- name: Run Echidna
uses: crytic/echidna-action@v2
with:
files: .
contract: InvariantGreeter
test-mode: assertion
crytic-args: --ignore-compile

halmos-tests:
name: Run symbolic execution tests
runs-on: ubuntu-latest
Expand All @@ -115,7 +107,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'yarn'
cache: "yarn"

- name: Install dependencies
run: yarn --frozen-lockfile --network-concurrency 1
Expand Down Expand Up @@ -146,9 +138,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'yarn'
cache: "yarn"

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

- run: yarn lint:check
- run: yarn lint:check

0 comments on commit bd14bb0

Please sign in to comment.