Skip to content

Add careful and miri to our usual Rust development processes... #374

@JustinCappos

Description

@JustinCappos

We should add cargo careful and cargo miri to our usual code checks.

To install careful, I needed to do:
cargo install cargo-careful
and then could run
cargo careful test

To install miri, I needed to do:
rustup component add miri
and then could run
cargo miri test

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions