Skip to content

Commit

Permalink
Merge branch 'cargo-lock' of github.com:mbrobbel/datafusion into carg…
Browse files Browse the repository at this point in the history
…o-lock
  • Loading branch information
alamb committed Feb 8, 2025
2 parents eb3046f + 5d30308 commit 8fe3cb9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,11 @@ jobs:
with:
rust-version: stable
- name: Prepare cargo build
# Adding `--locked` here to assert that the `Cargo.lock` file is up to
# date with the manifest. When this fails, please make sure to commit
# the changes to `Cargo.lock` after building with the updated manifest.
run: cargo check --profile ci --workspace --all-targets --features integration-tests --locked
run: |
# Adding `--locked` here to assert that the `Cargo.lock` file is up to
# date with the manifest. When this fails, please make sure to commit
# the changes to `Cargo.lock` after building with the updated manifest.
cargo check --profile ci --workspace --all-targets --features integration-tests --locked

# cargo check common, functions and substrait with no default features
linux-cargo-check-no-default-features:
Expand Down

0 comments on commit 8fe3cb9

Please sign in to comment.