Skip to content

Commit

Permalink
Merge pull request #42 from allo-protocol/ci/medusa-gh-action
Browse files Browse the repository at this point in the history
ci: medusa workflow
  • Loading branch information
simon-something authored Oct 18, 2024
2 parents 08dae55 + 0bdcaff commit a21de41
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/medusa.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Run medusa
on:
push:
branches: [main, dev]
pull_request:
branches:
- "**"
jobs:
tests:
concurrency: ci-medusa-${{ github.head_ref || github.run_id }}
runs-on: ubuntu-latest
container: ghcr.io/defi-wonderland/eth-security-toolbox-ci:latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: "recursive"
fetch-depth: 1

- name: Run medusa (200k runs)
run: medusa fuzz --test-limit 200000

0 comments on commit a21de41

Please sign in to comment.