We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d217cf5 commit 669b68cCopy full SHA for 669b68c
.github/workflows/fuzz.yml
@@ -20,6 +20,6 @@ jobs:
20
toolchain: nightly
21
- run: cargo install cargo-fuzz
22
- run: cargo check
23
- - run: |
24
- cd fuzz
25
- 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 commit comments