Skip to content

chore(deps): bump proptest from 1.5.0 to 1.11.0 in /contracts/escrow #215

chore(deps): bump proptest from 1.5.0 to 1.11.0 in /contracts/escrow

chore(deps): bump proptest from 1.5.0 to 1.11.0 in /contracts/escrow #215

Workflow file for this run

name: Contract Fuzzing
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '0 0 * * 0' # Weekly on Sundays
jobs:
fuzz:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust nightly
uses: dtolnay/rust-toolchain@nightly
- name: Install cargo-fuzz
run: cargo install cargo-fuzz
- name: Run Fuzzer
working-directory: ./contracts/escrow
run: cargo fuzz run full_lifecycle -- -max_total_time=300
- name: Upload crashes
if: failure()
uses: actions/upload-artifact@v4
with:
name: fuzz-crashes
path: contracts/escrow/fuzz/artifacts/