Add CI=true env var so the tests dont each allocate 4mb by default

This commit is contained in:
PThorpe92
2025-08-02 17:31:32 -04:00
parent 7ea52a3f89
commit 2e072cadb0

View File

@@ -11,7 +11,7 @@ EXPERIMENTAL_FLAGS=""
# if RUST_LOG is non-empty, enable tracing output # if RUST_LOG is non-empty, enable tracing output
if [ -n "$RUST_LOG" ]; then if [ -n "$RUST_LOG" ]; then
"$TURSODB" -m list -q $EXPERIMENTAL_FLAGS -t testing/test.log "$@" CI=true "$TURSODB" -m list -q $EXPERIMENTAL_FLAGS -t testing/test.log "$@"
else else
"$TURSODB" -m list -q $EXPERIMENTAL_FLAGS "$@" CI=true "$TURSODB" -m list -q $EXPERIMENTAL_FLAGS "$@"
fi fi