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 flake does not provide the Cargo tool test-fuzz. It can be installed with cargo install cargo-test-fuzz but ideally we'd just have all the tools we need without doing global installs.
The text was updated successfully, but these errors were encountered:
We might prefer to focus on #115 but if we want to be able to run fuzzing locally to check that it's working or because we don't have a remote machine to test on yet, then this issue should be about making that easier. Any tools we can add through Nix, let's do that. Then any system setup that's needed beyond that should be documented.
The flake does not provide the Cargo tool
test-fuzz
. It can be installed withcargo install cargo-test-fuzz
but ideally we'd just have all the tools we need without doing global installs.The text was updated successfully, but these errors were encountered: