Fix gateway nextest stack limit

This commit is contained in:
elky
2026-06-03 01:32:25 +08:00
parent c7a5155ce4
commit 5ac153a0bb
2 changed files with 58 additions and 42 deletions
+1
View File
@@ -191,6 +191,7 @@ jobs:
env:
RUSTC_WRAPPER: sccache
SCCACHE_GHA_ENABLED: "true"
RUST_MIN_STACK: "16777216"
run: cargo nextest run -p aether-gateway
- name: Show sccache stats