You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `fuzz` crate should be included in the `CRATES` variable. In
`run_task` it is only built (not tested) using `cargo --locked build`.
When the `fuzz` crate is used in the `bench` job all the dead code
combined with the `deny` attribute causes the `bench` job to fail.
Because we have a lint job we can soften the restriction to warnings wit
no loss of cover.
0 commit comments