try increase stack size

This commit is contained in:
aecsocket
2026-07-26 15:41:45 +01:00
parent 4029c262dd
commit 242f71256b
+1 -1
View File
@@ -81,7 +81,7 @@ jobs:
REDIS_CONNECTION_TYPE: multiplexed
REDIS_URL: redis://127.0.0.1:7000,redis://127.0.0.1:7001,redis://127.0.0.1:7002,redis://127.0.0.1:7003,redis://127.0.0.1:7004,redis://127.0.0.1:7005
# Avoid stack overflows in tests
RUST_MIN_STACK: 33554432
RUST_MIN_STACK: 67108864
steps:
- name: Check out code