We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbe07a5 commit e3e2e48Copy full SHA for e3e2e48
1 file changed
.github/workflows/release.yml
@@ -89,6 +89,7 @@ jobs:
89
- name: Clippy
90
shell: bash
91
run: |
92
+ cargo clippy --features=${{ matrix.features }} --locked -- -D warnings
93
cargo clippy --features=${{ matrix.features }} --locked --tests -- -D warnings
94
95
test:
0 commit comments