Skip to content

Commit

Permalink
chore: run medusa in CI (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xteddybear authored Dec 26, 2024
1 parent c3b80dd commit 4a60948
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,23 @@ jobs:
- name: Run tests
run: yarn test:integration

medusa-tests:
name: Medusa Test
runs-on: ubuntu-latest
container: ghcr.io/trailofbits/eth-security-toolbox/ci:nightly-20241223

steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive

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

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

halmos-tests:
name: Run symbolic execution tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4a60948

Please sign in to comment.