Skip to content

Commit

Permalink
Add a memory sanitizer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexhuszagh committed Oct 31, 2024
1 parent d217cf5 commit 669b68c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
toolchain: nightly
- run: cargo install cargo-fuzz
- run: cargo check
- run: |
cd fuzz
cargo +nightly fuzz run --release ${{matrix.target}} -- -max_total_time=300
- run: cd fuzz
- run: cargo fuzz run --release ${{matrix.target}} -- -max_total_time=150
- run: cargo fuzz run --release ${{matrix.target}} --sanitizer memory -- -max_total_time=150

0 comments on commit 669b68c

Please sign in to comment.