Skip to content

Commit

Permalink
Add clippy to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
garious committed Jul 12, 2018
1 parent e6ba21b commit ad55597
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/test-nightly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ _() {
_ cargo build --verbose --features unstable
_ cargo test --verbose --features unstable

_ cargo install --force clippy
_ cargo clippy -- --deny=warnings

exit 0

Expand Down

0 comments on commit ad55597

Please sign in to comment.