Skip to content

Commit 0b56f48

Browse files
committed
Disable debug symbols on windows tests
Signed-off-by: Adam Gutglick <adam@spiraldb.com>
1 parent cc9969b commit 0b56f48

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,8 @@ jobs:
575575
tool: nextest
576576
- name: Rust Tests (Windows)
577577
if: matrix.os == 'windows-x64'
578+
env:
579+
RUSFLAGS: "-C debuginfo=0"
578580
run: |
579581
cargo nextest run --locked --workspace --all-features --no-fail-fast --exclude vortex-bench --exclude vortex-python --exclude vortex-duckdb --exclude vortex-fuzz --exclude duckdb-bench --exclude lance-bench --exclude datafusion-bench --exclude random-access-bench --exclude compress-bench
580582
- name: Rust Tests (Other)

0 commit comments

Comments
 (0)