mirror of https://github.com/astral-sh/uv
Check locked dependencies in CI (#837)
This commit is contained in:
parent
aeefe65227
commit
c3d37db85b
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
rustup component add clippy
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- name: "Clippy"
|
||||
run: cargo clippy --workspace --all-targets --all-features -- -D warnings
|
||||
run: cargo clippy --workspace --all-targets --all-features --locked -- -D warnings
|
||||
|
||||
cargo-test:
|
||||
strategy:
|
||||
|
|
|
|||
Loading…
Reference in New Issue