krishvishal commented on code in PR #3284:
URL: https://github.com/apache/iggy/pull/3284#discussion_r3273434603
##########
justfile:
##########
@@ -48,6 +48,16 @@ nextest: build
nextests TEST: build
cargo nextest run --nocapture -- {{TEST}}
+# Run Miri (UB detector) on the unsafe-heavy crates that don't pull
+# tokio/compio. Mirrors the `miri` task in CI. Requires a nightly toolchain
+# with the `miri` component:
+#
+# rustup toolchain install nightly --component miri
Review Comment:
Pinned the version and added a comment in `action.yml`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]