Commit f7af079
committed
fix: enable fuzzing with cargo-fuzz
This enables fuzzing of targets using cargo-fuzz on github actions where it previously was ignored.
Changes:
- Install cargo fuzz
- Run cargo fuzz for each target
Can be updated to use mapfile or parameterized in future.1 parent 4203177 commit f7af079
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
0 commit comments