Run checks over all crates in the workspace

This commit is contained in:
Michael Vines 2018-12-13 22:35:16 -08:00
parent 9d0b7c6b31
commit c1ad987b04
1 changed files with 3 additions and 3 deletions

View File

@ -12,8 +12,8 @@ _() {
"$@"
}
_ cargo fmt -- --check
_ cargo clippy -- --version
_ cargo clippy -- --deny=warnings
_ cargo fmt --all -- --check
_ cargo clippy --all -- --version
_ cargo clippy --all -- --deny=warnings
_ ci/audit.sh