diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1862446..f7256a8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 \ No newline at end of file + - run: yarn lint:check