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
|
rustup component add clippy
|
||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
- name: "Clippy"
|
- 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:
|
cargo-test:
|
||||||
strategy:
|
strategy:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue