We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c40afb7 commit d6535d3Copy full SHA for d6535d3
1 file changed
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Formatting
20
run: cargo fmt --check
21
- name: Clippy
22
- run: cargo clippy --target ${{ matrix.target }} --workspace --examples --tests
+ run: cargo clippy --target ${{ matrix.target }} --workspace --examples --tests -- -D warnings
23
- name: Tests
24
run: cargo test --target ${{ matrix.target }} --workspace --examples --tests
25
0 commit comments