Skip to content

Commit

Permalink
CI: Windows compilation time
Browse files Browse the repository at this point in the history
  • Loading branch information
comphead committed Dec 10, 2024
1 parent 0498333 commit 6514caa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ jobs:
shell: bash
run: |
export PATH=$PATH:$HOME/d/protoc/bin
export RUSTFLAGS="-C codegen-units=256 -C link-arg=-fuse-ld=lld -C target-cpu=native -C incremental=true -C debuginfo=line-tables-only -C opt-level=3"
echo $RUSTFLAGS
cargo test --lib --tests --bins --features avro,json,backtrace
cargo test --lib --tests --bins --features avro,json,backtrace --profile release-nonlto
cd datafusion-cli
cargo test --lib --tests --bins --all-features
cargo test --lib --tests --bins --all-features --profile release-nonlto

0 comments on commit 6514caa

Please sign in to comment.