Skip to content

Commit

Permalink
[chore] add CI step to build kernel with no-default-features (#601)
Browse files Browse the repository at this point in the history
title. Introducing since this would have caught the 0.6.0 release
blocker. (`engine` code used in `parquet_stats_skipping` module)
  • Loading branch information
zachschuermann authored Dec 17, 2024
1 parent 37307f5 commit d058bca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ jobs:
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v2
- name: check kernel builds with no-default-features
run: cargo build -p delta_kernel --no-default-features
- name: build and lint with clippy
run: cargo clippy --benches --tests --all-features -- -D warnings
- name: lint without default features
Expand Down

0 comments on commit d058bca

Please sign in to comment.