mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-17 16:44:19 +01:00
Add CI=true env var so the tests dont each allocate 4mb by default
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user