Commit e7b11cc
committed
Add CI job to verify fuzz crate builds
Add a Fuzz job to the CI workflow that builds the fuzz crate on pull
requests. This catches compilation errors without spending CI cycles
on actual fuzzing (which provides minimal value in short PR runs).
For reference, rust-bitcoin uses a similar approach: PRs only build,
while a separate cron-daily-fuzz.yml runs targets for ~1 hour each.
Closes #13131 parent 36882da commit e7b11cc
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
0 commit comments