Replies: 2 comments
-
Thanks for the issue. Nextest doesn't alter the build process at all (deliberately so to reuse caches) so I'm not sure what's going on. Could you provide a minimized reproduction? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Well, I made a minimal repro only to find that it did not reproduce, cargo nextest run set up the git hooks from the .cargo-husky hooks dir as expected. Not sure why it looked like it wasn't working in that case! Sorry for the false alarm. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was just working on a new project and in a case of RTFM, hadn't realised
cargo test
was required to set up git hooks when using cargo husky as a dev dep. I always usecargo nextest run
so it hadn't installedI asked Claude why this happens and it said
Not sure if this is correct (and don't want to get too side-tracked verifying!), but am wondering if there's any workaround that would be possible or whether it's somehow infeasible due to how nextest works 🤔 Any clues welcome
Beta Was this translation helpful? Give feedback.
All reactions