alexcrichton commented on issue #3871:
cc @abrown
github-actions[bot] commented on issue #3871:
Subscribe to Label Action
cc @fitzgen
<details>
This issue or pull request has been labeled: "fuzzing"Thus the following users have been cc'd because of the following labels:
- fitzgen: fuzzing
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
abrown commented on issue #3871:
Hm, well, looking at the build failures, maybe that _is_ why we settled on
[target.'cfg(fuzzing)'.dependencies]
?
alexcrichton commented on issue #3871:
Yeah to get
cargo test --workspace
working by default I added back in thecfg(fuzzing)
dependency, so this should still work as before and now we also have the ability to turn off the ocaml interpreter by passing--no-default-features
tocargo fuzz build
Last updated: Nov 22 2024 at 16:03 UTC