mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
check cargo.lock
This commit is contained in:
parent
74223de7c4
commit
2752f2dccf
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -83,7 +83,7 @@ jobs:
|
||||
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
|
||||
|
||||
- name: Compile
|
||||
run: cargo test --no-run
|
||||
run: cargo test --no-run --locked
|
||||
|
||||
- name: Test
|
||||
run: cargo test
|
||||
|
Loading…
Reference in New Issue
Block a user