Fix stack overflow in graph traversal (#2732)

This commit is contained in:
Przemyslaw Hugh Kaznowski 2023-09-22 20:41:55 +01:00 committed by GitHub
parent 54aedcdbdc
commit b989e45927
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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