Skip to content

Commit

Permalink
Run clippy during the CI checks
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Apr 19, 2021
1 parent 5eeb05c commit a6f7574
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ checkstyle-linux-stable:
script:
- rustup component add rustfmt
- cargo fmt --all -- --check
- cargo clippy
allow_failure: true

# test rust stable
Expand Down

0 comments on commit a6f7574

Please sign in to comment.