Skip to content

Commit

Permalink
Merge pull request #14 from yangby-cryptape/ci/check-cargolock
Browse files Browse the repository at this point in the history
ci: check whether `Cargo.lock` is up to date
  • Loading branch information
Flouse authored Apr 8, 2024
2 parents a3c43fd + d2102e8 commit 27953a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fmt:
${CARGO} fmt --all --check

clippy:
${CARGO} clippy --workspace --tests -- --deny warnings
${CARGO} clippy --locked --workspace --tests -- --deny warnings

test:
${CARGO} nextest run ${NEXTEST_RUN_ARGS} --workspace
Expand Down

0 comments on commit 27953a4

Please sign in to comment.