Skip to content

Commit 27953a4

Browse files
authored
Merge pull request #14 from yangby-cryptape/ci/check-cargolock
ci: check whether `Cargo.lock` is up to date
2 parents a3c43fd + d2102e8 commit 27953a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fmt:
3333
${CARGO} fmt --all --check
3434

3535
clippy:
36-
${CARGO} clippy --workspace --tests -- --deny warnings
36+
${CARGO} clippy --locked --workspace --tests -- --deny warnings
3737

3838
test:
3939
${CARGO} nextest run ${NEXTEST_RUN_ARGS} --workspace

0 commit comments

Comments
 (0)