Skip to content

Commit

Permalink
chore: test windows builder 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
comphead committed Feb 11, 2025
1 parent c10879e commit dcf7080
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,9 +360,9 @@ jobs:
run: |
cargo build --release
export PATH=$PATH:$HOME/d/protoc/bin
cargo test --lib --tests --bins --features avro,json,backtrace --no-fail-fast
cargo test --lib --tests --bins --features avro,json,backtrace --no-fail-fast --release
cd datafusion-cli
cargo test --lib --tests --bins --all-features --no-fail-fast
cargo test --lib --tests --bins --all-features --no-fail-fast --release
# Commenting out intel mac build as so few users would ever use it
# Details: https://github.com/apache/datafusion/issues/13846
Expand Down

0 comments on commit dcf7080

Please sign in to comment.