We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0498333 commit 6514caaCopy full SHA for 6514caa
.github/workflows/rust.yml
@@ -52,9 +52,8 @@ jobs:
52
shell: bash
53
run: |
54
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"
56
echo $RUSTFLAGS
57
- cargo test --lib --tests --bins --features avro,json,backtrace
+ cargo test --lib --tests --bins --features avro,json,backtrace --profile release-nonlto
58
cd datafusion-cli
59
- cargo test --lib --tests --bins --all-features
+ cargo test --lib --tests --bins --all-features --profile release-nonlto
60
0 commit comments