Skip to content

Commit

Permalink
ci: Disallow warnings from clippy
Browse files Browse the repository at this point in the history
Running the `clippy` linter does not make much sense if 99% of its coverage isn't stopping the CI from succeeding.
  • Loading branch information
MarijnS95 committed Jan 24, 2022
1 parent ad75526 commit e2c395e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: --workspace --all-targets --all-features
args: --workspace --all-targets --all-features -- -Dwarnings

# Ensure that the project could be successfully compiled
cargo_check:
Expand Down

0 comments on commit e2c395e

Please sign in to comment.