Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
"cargo clippy" doesn't mean "cargo check"
Browse files Browse the repository at this point in the history
  • Loading branch information
r-darwish committed Mar 13, 2019
1 parent 013276a commit 41ef443
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ main() {
cargo fmt --all -- --check
cross clippy --all-targets -- -D warnings
cross clippy --all-targets --all-features -- -D warnings
cross check --target $TARGET --release --all-features

if [ ! -z $DISABLE_TESTS ]; then
cross test
Expand Down

0 comments on commit 41ef443

Please sign in to comment.