Skip to content

Commit

Permalink
ci: update to final medusa params
Browse files Browse the repository at this point in the history
  • Loading branch information
0xteddybear committed Oct 22, 2024
1 parent fb65ee5 commit 4316513
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 @@ -66,7 +66,7 @@ jobs:
medusa-tests:
name: Medusa Test
runs-on: ubuntu-latest
container: ghcr.io/defi-wonderland/eth-security-toolbox-ci:initial-branch
container: ghcr.io/defi-wonderland/eth-security-toolbox-ci:latest

steps:
- name: Checkout repository
Expand All @@ -78,7 +78,7 @@ jobs:
run: yarn --frozen-lockfile --network-concurrency 1

- name: Run Medusa
run: medusa fuzz --timeout 100
run: medusa fuzz --test-limit 200000

halmos-tests:
name: Run symbolic execution tests
Expand Down

0 comments on commit 4316513

Please sign in to comment.