Skip to content

Commit d6535d3

Browse files
committed
Fixed CI pipeline to fail upon clippy warnings
1 parent c40afb7 commit d6535d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Formatting
2020
run: cargo fmt --check
2121
- name: Clippy
22-
run: cargo clippy --target ${{ matrix.target }} --workspace --examples --tests
22+
run: cargo clippy --target ${{ matrix.target }} --workspace --examples --tests -- -D warnings
2323
- name: Tests
2424
run: cargo test --target ${{ matrix.target }} --workspace --examples --tests
2525

0 commit comments

Comments
 (0)