During development I often need to run a bunch of tests. Instead of having some unwieldy shell command, I have added this xtask to help with running the testing commands.
2 lines
65 B
TOML
2 lines
65 B
TOML
[alias]
|
|
xtask = "run --manifest-path=crates/xtask/Cargo.toml --"
|