Skip to content

Commit 58afdf7

Browse files
authored
CI: Add a new run to check whether lock file is up-to-date (#3745)
1 parent a9ee674 commit 58afdf7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ jobs:
6161
- name: Check workspace with all features
6262
run: |
6363
cargo check --workspace --benches --features avro,jit,scheduler,json
64+
- name: Check Cargo.lock for datafusion-cli
65+
run: |
66+
cargo check --manifest-path datafusion-cli/Cargo.toml --locked
6467
6568
# test the crate
6669
linux-test:

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ cpp/Brewfile.lock.json
8585
target
8686
Cargo.lock
8787
!datafusion-cli/Cargo.lock
88-
!ballista-cli/Cargo.lock
8988

9089
rusty-tags.vi
9190
.history

0 commit comments

Comments
 (0)