Skip to content

Commit

Permalink
Update .circleci to respect Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
akubera committed Jun 17, 2024
1 parent 7fbff80 commit ed1757a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
command: scripts/bigdecimal-property-tests enable
- run:
name: Generate cargo.lock
command: cargo generate-lockfile
command: if [ ! -f Cargo.lock ]; then cargo generate-lockfile; fi
- restore_cache:
keys:
- bigdecimal-cargo-<< parameters.rust-version >>-{{ checksum "Cargo.lock" }}
Expand Down

0 comments on commit ed1757a

Please sign in to comment.