Validate that pre-existing lockfile is not stale on first check

This commit is contained in:
David Tolnay 2023-07-04 11:23:53 -07:00
parent 6e3a19fe69
commit 9880cb5940
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -50,7 +50,7 @@ jobs:
- name: Enable type layout randomization
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
if: matrix.rust == 'nightly'
- run: cargo check
- run: cargo check --locked
- run: cargo update
- run: cargo check
- run: cargo test