Skip to content

Commit

Permalink
Improve MSRV failure CI JOB output display
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Dec 7, 2024
1 parent ed8996b commit 2a3bb66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,13 @@ jobs:
run: cargo update -p ahash --precise 0.8.7
- name: Check arrow
working-directory: arrow
run: cargo msrv --log-target stdout verify
run: cargo msrv verify
- name: Check parquet
working-directory: parquet
run: cargo msrv --log-target stdout verify
run: cargo msrv verify
- name: Check arrow-flight
working-directory: arrow-flight
run: cargo msrv --log-target stdout verify
run: cargo msrv verify
- name: Downgrade object_store dependencies
working-directory: object_store
# Necessary because tokio 1.30.0 updates MSRV to 1.63
Expand All @@ -142,4 +142,4 @@ jobs:
cargo update -p url --precise 2.5.0
- name: Check object_store
working-directory: object_store
run: cargo msrv --log-target stdout verify
run: cargo msrv verify

0 comments on commit 2a3bb66

Please sign in to comment.