Fix stack overflow in graph traversal (#2732)
This commit is contained in:
parent
54aedcdbdc
commit
b989e45927
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ args = ["doc", "--open", "--no-deps", "--package", "surrealdb", "--features", "r
|
||||||
[tasks.test]
|
[tasks.test]
|
||||||
category = "LOCAL USAGE"
|
category = "LOCAL USAGE"
|
||||||
command = "cargo"
|
command = "cargo"
|
||||||
|
env = { RUST_MIN_STACK={ value = "4194304", condition = { env_not_set = ["RUST_MIN_STACK"] } } }
|
||||||
args = ["test", "--workspace", "--no-fail-fast"]
|
args = ["test", "--workspace", "--no-fail-fast"]
|
||||||
|
|
||||||
# Check
|
# Check
|
||||||
|
|
Loading…
Reference in a new issue