Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information