Skip to content

Commit

Permalink
ci: check whether Cargo.lock is up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
yangby-cryptape committed Apr 7, 2024
1 parent a3c43fd commit d2102e8
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 d2102e8

Please sign in to comment.