Skip to content

Commit

Permalink
Don't treat Clippy warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 authored Apr 8, 2021
1 parent 6e23c1e commit a03079d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- if: matrix.rust == 'stable'
run: rustup component add clippy
- if: matrix.rust == 'stable'
run: cargo clippy -- -D warnings
run: cargo clippy
- run: cargo build --verbose --locked
- run: cargo test --verbose

0 comments on commit a03079d

Please sign in to comment.