Skip to content

Commit e4dc664

Browse files
committed
CI: Don't fail on clippy warnings
1 parent 1f2f2c4 commit e4dc664

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Run tests
2323
run: cargo test --verbose --all-features
2424
- name: Run clippy
25-
run: cargo clippy --all-features -- -D warnings
25+
run: cargo clippy --all-features
2626

2727
publish:
2828
needs: build

0 commit comments

Comments
 (0)