We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f72285d commit 0971449Copy full SHA for 0971449
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
components: clippy
49
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
50
- name: Run clippy
51
- run: cargo clippy --all-targets --features ${{ matrix.feature }} -- -D warnings
+ run: cargo clippy --locked --all-targets --features ${{ matrix.feature }} -- -D warnings
52
53
test:
54
name: Test
0 commit comments