diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index 76d14603f..a67d878c7 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -391,6 +391,7 @@ jobs: env: RUSTC_WRAPPER: sccache SCCACHE_GHA_ENABLED: "true" + RUST_MIN_STACK: "16777216" run: cargo test -p aether-integration-tests --bins - name: Show sccache stats