Skip to content

Commit 972b890

Browse files
authored
1 parent a7e0941 commit 972b890

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/extended.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,4 @@ jobs:
179179
rust-version: stable
180180
- name: Run sqllogictest
181181
run: |
182-
cargo test --features backtrace,parquet_encryption --profile release --test sqllogictests -- --include-sqlite
182+
cargo test --features backtrace,parquet_encryption --profile ci-optimized --test sqllogictests -- --include-sqlite

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,12 @@ overflow-checks = false
261261
rpath = false
262262
strip = false # Retain debug info for flamegraphs
263263

264+
[profile.ci-optimized]
265+
inherits = "release"
266+
codegen-units = 16
267+
lto = "thin"
268+
strip = true
269+
264270
[profile.ci]
265271
debug = false
266272
inherits = "dev"

0 commit comments

Comments
 (0)