Skip to content

Commit

Permalink
Add fuzzing for clvm-traits
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Jul 28, 2024
1 parent 38ed939 commit b3d4192
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,11 @@ jobs:
cd crates/chia-puzzles
cargo +nightly fuzz build
cargo fuzz list | xargs -I "%" sh -c "cargo +nightly fuzz run % -- -max_total_time=20 || exit 255"
- name: cargo fuzz (clvm-traits)
run: |
cd crates/clvm-traits
cargo +nightly fuzz build
cargo fuzz list | xargs -I "%" sh -c "cargo +nightly fuzz run % -- -max_total_time=20 || exit 255"
unit_tests:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit b3d4192

Please sign in to comment.