Skip to content

Commit c81a554

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cargo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
working-directory: bazel/cargo
4040
run: |
4141
cargo install cargo-raze --version 0.9.2
42-
cargo raze --generate-lockfile
42+
cargo raze
4343
git diff --exit-code

0 commit comments

Comments
 (0)