Skip to content

Commit

Permalink
CI: Add a new run to check whether lock file is up-to-date (#3745)
Browse files Browse the repository at this point in the history
  • Loading branch information
isidentical committed Oct 11, 2022
1 parent a9ee674 commit 58afdf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
- name: Check workspace with all features
run: |
cargo check --workspace --benches --features avro,jit,scheduler,json
- name: Check Cargo.lock for datafusion-cli
run: |
cargo check --manifest-path datafusion-cli/Cargo.toml --locked
# test the crate
linux-test:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ cpp/Brewfile.lock.json
target
Cargo.lock
!datafusion-cli/Cargo.lock
!ballista-cli/Cargo.lock

rusty-tags.vi
.history
Expand Down

0 comments on commit 58afdf7

Please sign in to comment.