Skip to content

Commit

Permalink
Move the CI lint step back before the code check
Browse files Browse the repository at this point in the history
Clippy currently does not lint the code if it comes right after a
cargo check.

rust-lang/rust-clippy#3837
  • Loading branch information
AzureMarker committed Feb 5, 2020
1 parent cfbf074 commit 58d015d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- checkout
- install-tools
- style-check
- code-check
- lint-check
- code-check
- test
shaku_rocket:
docker:
Expand All @@ -44,8 +44,8 @@ jobs:
- checkout:
path: ~/project
- style-check
- code-check
- lint-check
- code-check
- test
workflows:
version: 2
Expand Down

0 comments on commit 58d015d

Please sign in to comment.