Skip to content

Commit a30f30c

Browse files
authored
Remove freshness check for Cargo.raze.lock. (#99)
Signed-off-by: Piotr Sikora <[email protected]>
1 parent 3bcfeb9 commit a30f30c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -198,12 +198,6 @@ jobs:
198198
- name: Run cargo outdated
199199
run: cargo outdated --root-deps-only --exit-code 1
200200

201-
- name: Check freshness of bazel/cargo/Cargo.raze.lock
202-
run: |
203-
cargo generate-lockfile
204-
mv Cargo.lock bazel/cargo/Cargo.raze.lock
205-
git diff --exit-code
206-
207201
audit:
208202
runs-on: ubuntu-latest
209203

0 commit comments

Comments
 (0)