Skip to content

Commit ab645f9

Browse files
committed
correct env var
1 parent f0b4da3 commit ab645f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
RUSTFLAGS: "-C debuginfo=0 -C opt-level=0 -C incremental=false -C codegen-units=256"
107107
RUST_BACKTRACE: "1"
108108
# avoid rust stack overflows on tpc-ds tests
109-
RUST_MINSTACK: "3000000"
109+
RUST_MIN_STACK: "3000000"
110110
- name: Verify Working Directory Clean
111111
run: git diff --exit-code
112112

@@ -316,7 +316,7 @@ jobs:
316316
RUSTFLAGS: "-C debuginfo=line-tables-only"
317317
RUST_BACKTRACE: "1"
318318
# avoid rust stack overflows on tpc-ds tests
319-
RUST_MINSTACK: "3000000"
319+
RUST_MIN_STACK: "3000000"
320320
macos:
321321
name: cargo test (mac)
322322
runs-on: macos-latest
@@ -356,7 +356,7 @@ jobs:
356356
RUSTFLAGS: "-C debuginfo=0 -C opt-level=0 -C incremental=false -C codegen-units=256"
357357
RUST_BACKTRACE: "1"
358358
# avoid rust stack overflows on tpc-ds tests
359-
RUST_MINSTACK: "3000000"
359+
RUST_MIN_STACK: "3000000"
360360

361361
test-datafusion-pyarrow:
362362
name: cargo test pyarrow (amd64)

0 commit comments

Comments
 (0)