idk yet lol
$ cargo publish
$ cargo install cargo-watch $ cargo watch -x check -x test
This will run cargo check. If that passes, it will run cargo test. This happens every time after a file changes.
cargo check
cargo test