chore: adds some recipies to the justfile

This commit is contained in:
Kevin K 2016-11-11 15:33:38 -05:00
parent 55e7385685
commit d4740a5978
No known key found for this signature in database
GPG key ID: 17218E4B3692F01A

View file

@ -7,3 +7,13 @@ update-contributors:
@echo "" >> CONTRIBUTORS.md
@githubcontrib --owner kbknapp --repo clap-rs --sha master --cols 6 --format md --showlogin true --sortBy login >> CONTRIBUTORS.md
@rm CONTRIBUTORS.md.bak
run-test TEST:
cargo test --test {{TEST}}
run-tests:
cargo test --features "yaml unstable"
lint:
rustup override add nightly
cargo build --features lints && rustup override remove