Skip to content

Commit 6514caa

Browse files
committed
CI: Windows compilation time
1 parent 0498333 commit 6514caa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@ jobs:
5252
shell: bash
5353
run: |
5454
export PATH=$PATH:$HOME/d/protoc/bin
55-
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"
5655
echo $RUSTFLAGS
57-
cargo test --lib --tests --bins --features avro,json,backtrace
56+
cargo test --lib --tests --bins --features avro,json,backtrace --profile release-nonlto
5857
cd datafusion-cli
59-
cargo test --lib --tests --bins --all-features
58+
cargo test --lib --tests --bins --all-features --profile release-nonlto
6059

0 commit comments

Comments
 (0)