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
We have a bug in the `run_task` script where by in processing the `fuzz`
crate we _break_ instead of continuing. This means any crate listed
after `fuzz` in the `CRATES` env var will be skipped. However we don't
want to bother with the `test_vars.sh` script in `fuzz`, so continue to
handle the `fuzz` crate inline in `build_and_test` but call `continue`.
While we are at it call `cargo test` for good measure.
0 commit comments