meta
meta copied to clipboard
cargo miri
This is currently possible by installing the necessary components and first running cargo install xargo, but caching would be particularly useful here as xargo has to be built and then miri needs everything (even std) compiled clean to suit itself.
Rather than installing xargo, miri actually does provide a "set everything up for CI" command, cargo miri setup.
I'm looking to add miri to my GitHub ci and am wondering if anyone here can point to an example?
https://github.com/Ralith/oddio/blob/main/.github/workflows/rust.yml