Skip to content

Commit 89ceb7b

Browse files
committed
use plain cargo check in CI
Signed-off-by: xxchan <[email protected]>
1 parent 4e142d9 commit 89ceb7b

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

.github/workflows/ci.yml

+2-20
Original file line numberDiff line numberDiff line change
@@ -145,27 +145,9 @@ jobs:
145145
runs-on: ubuntu-latest
146146
steps:
147147
- uses: actions/checkout@v4
148-
- name: Install cargo-msrv
149-
run: cargo install cargo-msrv
150148
- name: Setup Rust toolchain
151149
uses: ./.github/actions/setup-builder
152150
with:
153151
rust-version: ${{ env.rust_msrv }}
154-
- name: Check iceberg
155-
working-directory: crates/iceberg
156-
run: cargo msrv --log-target stdout verify
157-
- name: Check catalog/glue
158-
working-directory: crates/catalog/glue
159-
run: cargo msrv --log-target stdout verify
160-
- name: Check catalog/hms
161-
working-directory: crates/catalog/hms
162-
run: cargo msrv --log-target stdout verify
163-
- name: Check catalog/memory
164-
working-directory: crates/catalog/memory
165-
run: cargo msrv --log-target stdout verify
166-
- name: Check catalog/rest
167-
working-directory: crates/catalog/rest
168-
run: cargo msrv --log-target stdout verify
169-
- name: Check catalog/sql
170-
working-directory: crates/catalog/sql
171-
run: cargo msrv --log-target stdout verify
152+
- name: Check MSRV
153+
run: cargo +${{ env.rust_msrv }} check --workspace --exclude iceberg-datafusion --exclude iceberg-catalog-s3tables

0 commit comments

Comments
 (0)